libdb/lang/sql/sqlite/ext/fts2
2011-09-13 13:44:24 -04:00
..
fts2.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts2.h Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts2_hash.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts2_hash.h Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts2_icu.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts2_porter.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts2_tokenizer.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts2_tokenizer.h Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts2_tokenizer1.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
mkfts2amal.tcl Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
README.tokenizers Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
README.txt Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00

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.