add min_word_len, min_prefix_len, html_strip, index_exact_words presets example

This commit is contained in:
ghost 2023-06-05 13:36:15 +03:00
parent 1e2736d67b
commit 17f69b9661

View File

@ -35,7 +35,14 @@ source hostPage : common
index hostPage
{
source = hostPage
morphology = stem_enru, stem_cz, stem_ar
path = /var/lib/sphinxsearch/data/hostPage
source = hostPage
morphology = stem_enru, stem_cz, stem_ar
path = /var/lib/sphinxsearch/data/hostPage
min_word_len = 2
min_prefix_len = 2
html_strip = 1
index_exact_words = 1
}