sqlite/ext/fts1
drh c56fac7483 Fix uses of ctype functions (ex: isspace()) on signed characters in test
programs and in some obscure extensions.  No changes to the core.

FossilOrigin-Name: 34eb6911afee09e779318b79baf953f616200128
2015-10-29 13:48:15 +00:00
..
README.txt Add the ext/fts1 subdirectory for holding the first full-text search 2006-08-22 14:45:37 +00:00
ft_hash.c A first implementation of a full-text search module for SQLite. (CVS 3363) 2006-08-23 23:58:50 +00:00
ft_hash.h Many spelling fixes in comments. No changes to code. 2013-03-21 21:20:32 +00:00
fts1.c Fix uses of ctype functions (ex: isspace()) on signed characters in test 2015-10-29 13:48:15 +00:00
fts1.h Earlier refactoring changed name in fts1.c but not fts1.h. (CVS 3413) 2006-09-13 18:40:25 +00:00
fts1_hash.c Refactor the FTS1 module so that its name is "fts1" instead of "fulltext", 2006-08-31 15:07:14 +00:00
fts1_hash.h Many spelling fixes in comments. No changes to code. 2013-03-21 21:20:32 +00:00
fts1_porter.c Fix ticket #2439: the FTS1 and FTS2 extensions use the non-standard, 2007-07-30 18:55:36 +00:00
fts1_tokenizer.h Add a Porter stemmer option to the FTS1 module. (CVS 3452) 2006-10-01 18:41:19 +00:00
fts1_tokenizer1.c Fix ticket #2439: the FTS1 and FTS2 extensions use the non-standard, 2007-07-30 18:55:36 +00:00
fulltext.c Modify several extensions to use the new exported function naming. Fix some shared library compilation issues. 2013-07-04 23:53:56 +00:00
fulltext.h A first implementation of a full-text search module for SQLite. (CVS 3363) 2006-08-23 23:58:50 +00:00
simple_tokenizer.c Fix uses of ctype functions (ex: isspace()) on signed characters in test 2015-10-29 13:48:15 +00:00
tokenizer.h A first implementation of a full-text search module for SQLite. (CVS 3363) 2006-08-23 23:58:50 +00:00

README.txt

This folder contains source code to the first full-text search
extension for SQLite.