From d20487acfd9b28fd94a926a61ec2884308021c5f Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 25 Apr 2023 16:10:44 +0300 Subject: [PATCH] add stem_enru, stem_cz, stem_ar morphology support --- config/sphinx.conf.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/sphinx.conf.txt b/config/sphinx.conf.txt index b79d4c0..e0abf80 100644 --- a/config/sphinx.conf.txt +++ b/config/sphinx.conf.txt @@ -19,6 +19,7 @@ source hostPage index hostPage { - source = hostPage - path = /var/lib/sphinxsearch/data/hostPage + source = hostPage + morphology = stem_enru, stem_cz, stem_ar + path = /var/lib/sphinxsearch/data/hostPage } \ No newline at end of file