sqlite/ext/fts2
mistachkin 48864df97d Many spelling fixes in comments. No changes to code.
FossilOrigin-Name: 6f6e2d50941e444ebc83604daddcc034137a05b7
2013-03-21 21:20:32 +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 Many spelling fixes in comments. No changes to code. 2013-03-21 21:20:32 +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 Many spelling fixes in comments. No changes to code. 2013-03-21 21:20:32 +00:00
fts2_icu.c Make sure substructure elements have proper alignment in the ICU tokenizers 2012-10-19 02:10:53 +00:00
fts2_porter.c Remove additional occurrences of <ctype.h> from FTS2. 2010-09-17 17:10:31 +00:00
fts2_tokenizer.c Many spelling fixes in comments. No changes to code. 2013-03-21 21:20:32 +00:00
fts2_tokenizer.h Many spelling fixes in comments. No changes to code. 2013-03-21 21:20:32 +00:00
fts2_tokenizer1.c Remove additional occurrences of <ctype.h> from FTS2. 2010-09-17 17:10:31 +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.