I have a FTS3 table that was created with the simple tokenizer. I want to
change the tokenizer and reindex the table.

Is there a way to change the tokenizer in place and have it reindex with
minimal code?

Else the other option I was thinking about was dropping the table,
re-creating it with the new tokenizer, and inserting back the data
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to