sqlite/ext/fts3
drh ec661058dd Fix harmless compiler warnings on unix.
FossilOrigin-Name: 90b1aea17400bbda5ebc8ae4eb4e12127519e42e
2011-07-09 16:17:18 +00:00
..
README.syntax
README.tokenizers
README.txt
fts3.c Add a fix and tests for the FTS deferred token logic. 2011-06-28 11:58:09 +00:00
fts3.h
fts3Int.h Fix harmless compiler warnings on unix. 2011-07-09 16:17:18 +00:00
fts3_aux.c
fts3_expr.c
fts3_hash.c Changes to allow FTS to be compiled as a loadable module again. 2011-06-28 07:15:43 +00:00
fts3_hash.h
fts3_icu.c
fts3_porter.c
fts3_snippet.c
fts3_term.c
fts3_test.c Changes to allow FTS to be compiled as a loadable module again. 2011-06-28 07:15:43 +00:00
fts3_tokenizer.c Changes to allow FTS to be compiled as a loadable module again. 2011-06-28 07:15:43 +00:00
fts3_tokenizer.h
fts3_tokenizer1.c
fts3_write.c
fts3speed.tcl
mkfts3amal.tcl

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.