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:15 AM, Thomas Michael Engelke <thomas.enge...@posteo.de> wrote: > 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, nothing is returned. > Suggestions for 'logitech mouse' do not include 'logitech g500 mouse'. > > Is there a suggester implementation that can suggest records that way? > > Best wishes.