1c7ebb0805
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 |
||
---|---|---|
.. | ||
fts2_hash.c | ||
fts2_hash.h | ||
fts2_porter.c | ||
fts2_tokenizer1.c | ||
fts2_tokenizer.h | ||
fts2.c | ||
fts2.h | ||
mkfts2amal.tcl | ||
README.txt |
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.