mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 21:44:59 +00:00
add lemmatize_de_all
This commit is contained in:
parent
3d3fcdda87
commit
8bc8a943e7
@ -36,7 +36,7 @@ source hostPage : common
|
|||||||
index hostPage
|
index hostPage
|
||||||
{
|
{
|
||||||
source = hostPage
|
source = hostPage
|
||||||
morphology = stem_enru, stem_cz, stem_ar
|
morphology = stem_enru, stem_cz, stem_ar, lemmatize_de_all # lemmatize_ru_all, lemmatize_en_all
|
||||||
path = /var/lib/sphinxsearch/data/hostPage
|
path = /var/lib/sphinxsearch/data/hostPage
|
||||||
|
|
||||||
min_word_len = 2
|
min_word_len = 2
|
||||||
@ -45,4 +45,14 @@ index hostPage
|
|||||||
html_strip = 1
|
html_strip = 1
|
||||||
|
|
||||||
index_exact_words = 1
|
index_exact_words = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
indexer
|
||||||
|
{
|
||||||
|
mem_limit = 128M
|
||||||
|
lemmatizer_cache = 128M
|
||||||
|
}
|
||||||
|
|
||||||
|
common {
|
||||||
|
lemmatizer_base = /var/lib/sphinxsearch/dicts # http://sphinxsearch.com/downloads/dicts
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user