Hello all,

I am interested in writing my own tokenizer for sqlite3.  I've gone through
Google, as well as the sqlite documentation and unfortunately, I haven't
found anything helpful.  I am interested in writing my own tokenizer so that
I could perform "partial string" matches in sqlite's full-text search
(FTS3).  For example, I would like to find the word 'some' in the string:
'/path/to/some/file'.

Can someone point me in the right direction on what I would need to do to
implement my own Tokenizer?

Thanks,
Jon
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to