Hi all,
I’m creating plain table what include numbers and letters:
table eshop {
type = plain
path = /var/lib/manticore/eshop/eshop_plain
source = eshop
charset_table=russian, 0..9, english, _
morphology=lemmatize_ru, lemmatize_en
wordforms=/var/lib/manticore/wordforms/wordforms.txt
index_exact_words=1
min_prefix_len=2
min_infix_len =2
index_field_lengths=1
bigram_index=all
dict=keywords
}
eshop have this record:
1,“3M - Filtrete BISSELL Replacement Belt”
but when I run the query, the output list is empty.
call suggest('3M', 'eshop');
looks like 3M didn’t make the index.
can you tell me what I’m missing?
For example call suggest(‘BISSELL’, ‘eshop’); work as expexted: