Another path to follow could be to design a specific collection(index) for the auto-suggestion. In there you can define the analysis chain as you like ( for example using edge-ngram filtering on top of tokenisation) to provide infix autocompletion. Then you can play with your queries as you like and potentially run fuzzy queries.
Under the hood the AnalyzingInfixLookupFactory is using an internal auxiliary Lucene index, so won't be that different. If you don't want to go with an external index, you could potentially just add an additional field with the analysis you like in the current collection. ----- --------------- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sease Ltd. - www.sease.io -- View this message in context: http://lucene.472066.n3.nabble.com/Suggester-and-fuzzy-infix-suggestions-tp4343225p4343382.html Sent from the Solr - User mailing list archive at Nabble.com.