Re: Suggester needed for returning suggestions when term is not start of field value

2015-08-07 Thread Erick Erickson
You might consider different implementations. The FST-based suggesters only work in order by design. AnalyzingInfixSuggester or perhaps FreeTextSuggester are possibilities. Here's something you might find useful: http://lucidworks.com/blog/solr-suggester/ Best, Erick On Fri, Aug 7, 2015 at 5:1

Suggester needed for returning suggestions when term is not start of field value

2015-08-07 Thread Thomas Michael Engelke
Hey, I'm playing around with the suggester component, and it works perfectly as described: Suggestions for 'logitech mouse' include 'logitech mouse g500' and 'logitech mouse gaming'. However, when the words in the record supplying the suggester do not follow each other as in the search terms, no