sqlite/ext/fts3
drh 8a07c7a414 Cleanup the hash functions in FTS3. (CVS 4440)
FossilOrigin-Name: ac645c8f30aac0d98fc481260084c9bd3975a845
2007-09-20 12:53:27 +00:00
..
README.tokenizers Copy fts2 to fts3, renaming, and replacing references to fts2 with 2007-08-20 17:37:02 +00:00
README.txt Copy fts2 to fts3, renaming, and replacing references to fts2 with 2007-08-20 17:37:02 +00:00
fts3.c Drop the forced error from fts3.c and add forced errors to fts2.c and 2007-09-13 18:16:08 +00:00
fts3.h Copy fts2 to fts3, renaming, and replacing references to fts2 with 2007-08-20 17:37:02 +00:00
fts3_hash.c Cleanup the hash functions in FTS3. (CVS 4440) 2007-09-20 12:53:27 +00:00
fts3_hash.h Cleanup the hash functions in FTS3. (CVS 4440) 2007-09-20 12:53:27 +00:00
fts3_icu.c Copy fts2 to fts3, renaming, and replacing references to fts2 with 2007-08-20 17:37:02 +00:00
fts3_porter.c Copy fts2 to fts3, renaming, and replacing references to fts2 with 2007-08-20 17:37:02 +00:00
fts3_tokenizer.c Copy fts2 to fts3, renaming, and replacing references to fts2 with 2007-08-20 17:37:02 +00:00
fts3_tokenizer.h Copy fts2 to fts3, renaming, and replacing references to fts2 with 2007-08-20 17:37:02 +00:00
fts3_tokenizer1.c Copy fts2 to fts3, renaming, and replacing references to fts2 with 2007-08-20 17:37:02 +00:00
mkfts3amal.tcl Copy fts2 to fts3, renaming, and replacing references to fts2 with 2007-08-20 17:37:02 +00:00

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.