libdb/lang/sql/sqlite/ext/fts3
2011-09-13 13:44:24 -04:00
..
fts3.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3.h Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3_aux.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3_expr.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3_hash.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3_hash.h Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3_icu.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3_porter.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3_snippet.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3_tokenizer.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3_tokenizer.h Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3_tokenizer1.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3_write.c Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3Int.h Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
fts3speed.tcl Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
mkfts3amal.tcl Release 5.2.28 on 6/10/2011 2011-09-13 13:44:24 -04:00
README.syntax 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.