]> git.ipfire.org Git - thirdparty/sqlite.git/commit
A first implementation of a full-text search module for SQLite. (CVS 3363)
authoradamd <adamd@noemail.net>
Wed, 23 Aug 2006 23:58:50 +0000 (23:58 +0000)
committeradamd <adamd@noemail.net>
Wed, 23 Aug 2006 23:58:50 +0000 (23:58 +0000)
commit1717edd15785dca12eccd57d0bcb28402843fd1e
tree55e84408b6ba92927779fc4cd30294c00eae1414
parent1409be69aad8f3c63374dc3c88920bb0243ed4e1
A first implementation of a full-text search module for SQLite. (CVS 3363)

FossilOrigin-Name: b0d8e0d314d6f77b7d4b5dd00c694a1323f7a8e4
ext/fts1/ft_hash.c [new file with mode: 0644]
ext/fts1/ft_hash.h [new file with mode: 0644]
ext/fts1/fulltext.c [new file with mode: 0644]
ext/fts1/fulltext.h [new file with mode: 0644]
ext/fts1/simple_tokenizer.c [new file with mode: 0644]
ext/fts1/tokenizer.h [new file with mode: 0644]
manifest
manifest.uuid