sqlite/ext/fts2
shess 25192cac24 Be a bit more susicious of invalid results from the tokenizer.
Backports check-in (4514) from fts3. (CVS 5459)

FossilOrigin-Name: 311aeb9c2b75c420a37198a93e353c72e9166747
2008-07-22 23:54:50 +00:00
..
README.tokenizers Change all instances of "it's" in comments to either "its" or "it is", 2007-12-13 21:54:09 +00:00
README.txt Copy fts1/ to fts2/, changing reference from fts1 to fts2. For future 2006-10-10 17:37:14 +00:00
fts2.c Be a bit more susicious of invalid results from the tokenizer. 2008-07-22 23:54:50 +00:00
fts2.h Put #ifdefs in fts2_tokenizer so that the build works even when FTS2 2007-06-25 13:50:03 +00:00
fts2_hash.c Changes fts2 to use only sqlite3_malloc() and not system malloc. 2008-07-22 22:57:54 +00:00
fts2_hash.h Cleanup the hash functions in FTS2. 2008-07-22 22:15:47 +00:00
fts2_icu.c fts2.c buildTerms() passes -1 for nInput. 2008-07-22 22:20:50 +00:00
fts2_porter.c Changes fts2 to use only sqlite3_malloc() and not system malloc. 2008-07-22 22:57:54 +00:00
fts2_tokenizer.c Fix an unitialized variable in fts2. (CVS 4128) 2007-06-26 10:55:01 +00:00
fts2_tokenizer.h Reorganize comments in fts2_tokenizer.h. No code changes. (CVS 4132) 2007-06-26 12:54:07 +00:00
fts2_tokenizer1.c Changes fts2 to use only sqlite3_malloc() and not system malloc. 2008-07-22 22:57:54 +00:00
mkfts2amal.tcl Remove the unused EXTSRC variable from the non-configure makefile. (CVS 4129) 2007-06-26 10:56:40 +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.