sqlite/ext/fts2
shess 1c7ebb0805 Refactor fts2 loadSegmentLeaf() in preparation for prefix-searching.
Prefix-searching will want to accumulate data across multiple leaves
in the segment, using LeavesReader instead of LeafReader is the first
step in that direction. (CVS 3881)

FossilOrigin-Name: 22ffdae4b6f3d0ea584dafa5268af7aa6fdcdc6e
2007-04-27 21:01:59 +00:00
..
fts2_hash.c Copy fts1/ to fts2/, changing reference from fts1 to fts2. For future 2006-10-10 17:37:14 +00:00
fts2_hash.h Copy fts1/ to fts2/, changing reference from fts1 to fts2. For future 2006-10-10 17:37:14 +00:00
fts2_porter.c Add the ability to turn the FTS2 module into an amalgamation. (CVS 3864) 2007-04-21 16:37:48 +00:00
fts2_tokenizer1.c Add the ability to turn the FTS2 module into an amalgamation. (CVS 3864) 2007-04-21 16:37:48 +00:00
fts2_tokenizer.h Copy fts1/ to fts2/, changing reference from fts1 to fts2. For future 2006-10-10 17:37:14 +00:00
fts2.c Refactor fts2 loadSegmentLeaf() in preparation for prefix-searching. 2007-04-27 21:01:59 +00:00
fts2.h Add the ability to turn the FTS2 module into an amalgamation. (CVS 3864) 2007-04-21 16:37:48 +00:00
mkfts2amal.tcl Add the ability to turn the FTS2 module into an amalgamation. (CVS 3864) 2007-04-21 16:37:48 +00:00
README.txt Copy fts1/ to fts2/, changing reference from fts1 to fts2. For future 2006-10-10 17:37:14 +00:00

This folder contains source code to the second full-text search
extension for SQLite.  While the API is the same, this version uses a
substantially different storage schema from fts1, so tables will need
to be rebuilt.