6c106e3f3b
being able to write test script which verify that fts3 is internally building indices in the expected way. Both new functions are only defined if fts3.c is compiled with SQLITE_TEST defined, as when building testfixture. These functions are not intended to be part of the exposed fts3 API. dump_terms() generates a TEXT result of all the terms in the index (or a specified segment), sorted and joined with spaces. dump_doclist() generates a TEXT representation of the doclist associated with a given term in the index (or a specified segment). (CVS 5340) FossilOrigin-Name: a48e3d95f7a656285e959cef595cbe6d53428ad9 |
||
---|---|---|
.. | ||
fts3_hash.c | ||
fts3_hash.h | ||
fts3_icu.c | ||
fts3_porter.c | ||
fts3_tokenizer1.c | ||
fts3_tokenizer.c | ||
fts3_tokenizer.h | ||
fts3.c | ||
fts3.h | ||
mkfts3amal.tcl | ||
README.tokenizers | ||
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.