sqlite/ext/fts2
drh 8749c1831a Make sure substructure elements have proper alignment in the ICU tokenizers
of FTS2 and FTS3.

FossilOrigin-Name: aaa2d9b0db74d8452d9294de17cff786ab4ec7c8
2012-10-19 02:10:53 +00:00
..
README.tokenizers Change all instances of "it's" in comments to either "its" or "it is", 2007-12-13 21:54:09 +00:00
README.txt
fts2.c Fix all known instances of 'repeated the' style typos in comments. No changes to code. 2012-08-25 10:01:29 +00:00
fts2.h
fts2_hash.c Changes fts2 to use only sqlite3_malloc() and not system malloc. 2008-07-22 22:57:54 +00:00
fts2_hash.h Cleanup the hash functions in FTS2. 2008-07-22 22:15:47 +00:00
fts2_icu.c Make sure substructure elements have proper alignment in the ICU tokenizers 2012-10-19 02:10:53 +00:00
fts2_porter.c Remove additional occurrences of <ctype.h> from FTS2. 2010-09-17 17:10:31 +00:00
fts2_tokenizer.c Additional test cases and cleanup of FTS3 parenthesis processing. (CVS 6094) 2009-01-01 12:34:45 +00:00
fts2_tokenizer.h
fts2_tokenizer1.c Remove additional occurrences of <ctype.h> from FTS2. 2010-09-17 17:10:31 +00:00
mkfts2amal.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.