sqlcipher/ext/fts2
2008-07-30 09:15:43 -04:00
..
fts2_hash.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts2_hash.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts2_icu.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts2_porter.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts2_tokenizer1.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts2_tokenizer.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts2_tokenizer.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts2.c commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
fts2.h commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
mkfts2amal.tcl commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
README.tokenizers commit of sqlite 3.6.0 2008-07-30 09:15:43 -04:00
README.txt commit of sqlite 3.6.0 2008-07-30 09:15:43 -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.