Answer the question
In order to leave comments, you need to log in
Sphinx does not normalize words. Why?
index featurevalue {
source = featurevaluesource
path = /var/lib/sphinxsearch/data/featurevalue
charset_type = utf-8
rt_field = value
expand_keywords = 1
#enable_star = 1
min_prefix_len = 1
min_word_len = 2
# morphology = stem_enru
morphology = lemmatize_ru_all
}
mysql> call keywords('девушка девушек девушки', 'featurevalue' );
+----------------+----------------+
| tokenized | normalized |
+----------------+----------------+
| девушка | девушка |
| девушек | девушек |
| девушки | девушки |
+----------------+----------------+
3 rows in set (0.00 sec)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question