I need some help with picking and configuring a proper suggester for my index.
Here's a pastebin for my index conf: http://pastebin.com/6TqabNSy
Here's one for my mapping and an example of data: http://pastebin.com/phErNQhh
I want to have a suggester on name, tag, categoryName and subcategoriesNames fields.
Example of input:
мизан
мизнтрп
антроп
each should give me мизантроп for the name field.
Also, I'd like my suggester to support transliteration.
Is this even possible? If so, how do I achieve this?
Thanks in advance.