SQLite

Check-in [3922276135]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Allow the fts5vocab table to optionally provide data on a per-column basis.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | fts5
Files: files | file ages | folders
SHA1: 3922276135a7825d0ede8d9c757e9cfe492f803a
User & Date: dan 2015-05-09 18:28:27.134
Context
2015-05-13
17:15
Change fts5 doclist-index structures to be trees instead of flat lists. This only makes a difference for databases that contain millions of instances of the same token. (check-in: aa34bf666c user: dan tags: fts5)
2015-05-09
18:28
Allow the fts5vocab table to optionally provide data on a per-column basis. (check-in: 3922276135 user: dan tags: fts5)
2015-05-08
20:21
Add the fts5vocab module, for direct access to the fts5 index. (check-in: 6bf93e3b56 user: dan tags: fts5)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts5/fts5.c.
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_vocab.c.
Changes to ext/fts5/test/fts5vocab.test.