engine: Remove in-tree unicodesn stemmer
Now that search is using libstemmer, the in-tree stemmer is no longer needed and can be removed.
This commit is contained in:
parent
968bc1a9e8
commit
4f9df7d74a
100 changed files with 178 additions and 30417 deletions
5
sql/version-029.sql
Normal file
5
sql/version-029.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
-- Use libstemmer for stemming rather than SQLite.
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS TokenizerTable;
|
||||
Loading…
Add table
Add a link
Reference in a new issue