Now that search is using libstemmer, the in-tree stemmer is no longer needed and can be removed.
5 lines
95 B
SQL
5 lines
95 B
SQL
--
|
|
-- Use libstemmer for stemming rather than SQLite.
|
|
--
|
|
|
|
DROP TABLE IF EXISTS TokenizerTable;
|