Open asegrenev opened 2 years ago
infix \ prefix search use exact \ original token for searching that is why you can not find transformed of stemmed or lemmatized form of token
you could add ячейка > ячейка
into wordform file and reindex your case to make sure that search work
Describe the bug
According to the documentation and Manticoresearch team comments, option
index_exact_words = 1
should lead to indexing both forms of word from wordforms file.But with
index_exact_words = 1
andmin_prefix_len = 2
the right part of wordformячеек > ячейка
coudn't be found withmatch('ячейк*')
query. (our indexes are without stemming and lemmatization).To Reproduce
index options:
wordforms line:
insert line in index:
Then queries:
But unfortunately:
Expected behavior