]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a Porter stemmer option to the FTS1 module. (CVS 3452)
authordrh <drh@noemail.net>
Sun, 1 Oct 2006 18:41:19 +0000 (18:41 +0000)
committerdrh <drh@noemail.net>
Sun, 1 Oct 2006 18:41:19 +0000 (18:41 +0000)
commit6da40bcd793186b4a6694c6324b0cb5cbdeb8e4a
tree72b810b8a442f7402b0555a6c9ffd63f5ab558a7
parent2564ef97816d988203860f776a74ca9da7ad34a6
Add a Porter stemmer option to the FTS1 module. (CVS 3452)

FossilOrigin-Name: 936b06aaa8133e83104de87e03dc94e286a31f86
ext/fts1/fts1.c
ext/fts1/fts1_porter.c [new file with mode: 0644]
ext/fts1/fts1_tokenizer.h
ext/fts1/fts1_tokenizer1.c
manifest
manifest.uuid
test/fts1d.test [new file with mode: 0644]
test/fts1porter.test [new file with mode: 0644]