sqlite/ext/fts3
dan 0cb3a1eca4 Fix compiler warnings discovered while building SQLite on [http://www.devio.us/].
FossilOrigin-Name: 5602ec95aa2a74d0624bb6c7d53e7a0d35536253
2010-11-29 17:55:18 +00:00
..
README.syntax
README.tokenizers
README.txt
fts3.c
fts3.h
fts3Int.h
fts3_expr.c Fix compiler warnings discovered while building SQLite on [http://www.devio.us/]. 2010-11-29 17:55:18 +00:00
fts3_hash.c
fts3_hash.h
fts3_icu.c
fts3_porter.c
fts3_snippet.c
fts3_tokenizer.c
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.