Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Clarify authorship of the original FTS3 code in fts3.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
daf96c0053ff3a02e0f7f2074fc14fca |
User & Date: | dan 2009-11-30 15:37:05.000 |
Context
2009-12-01
| ||
14:27 | Fix a couple of bugs in the examples in fts3.in. (check-in: 9bd28d637b user: dan tags: trunk) | |
2009-11-30
| ||
15:37 | Clarify authorship of the original FTS3 code in fts3.html. (check-in: daf96c0053 user: dan tags: trunk) | |
15:27 | Update indicative performance numbers for populating a large database in fts3.html. (check-in: 54090fd49f user: dan tags: trunk) | |
Changes
Changes to pages/fts3.in.
︙ | ︙ | |||
14 15 16 17 18 19 20 | with documents placed on the World Wide Web". Users input a term, or series of terms, perhaps connected by a binary operator or grouped together into a phrase, and the full-text query system finds the set of documents that best matches those terms considering the operators and groupings the user has specified. This document describes the deployment and usage of FTS3. <p> | | | | | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | with documents placed on the World Wide Web". Users input a term, or series of terms, perhaps connected by a binary operator or grouped together into a phrase, and the full-text query system finds the set of documents that best matches those terms considering the operators and groupings the user has specified. This document describes the deployment and usage of FTS3. <p> Portions of the original FTS3 code were contributed to the SQLite project by Scott Hess of <a href="http://www.google.com">Google</a>. It is now developed and maintained as part of SQLite. [h1 "Introduction to FTS3"] <p> The FTS3 extension module allows users to create special tables with a built-in full-text index (hereafter "FTS3 tables"). The full-text index allows the user to efficiently query the database for all rows that contain |
︙ | ︙ |