Re: How to get suggestions with numbers?

2016-07-29 Thread Alessandro Benedetti
Hi Lasitha, do you need only to suggest terms ? In that case I would *suggest* you to use the suggester component. Specifically your use case is infix suggestion. This can be easily achieved using an AnalyzingInfixSuggester : AnalyzingInfixSuggester AnalyzingInfixLookupFactory

How to get suggestions with numbers?

2016-07-29 Thread Lasitha Wattaladeniya
Hi devs, Past couple of days I was trying to get solr suggestions work with my applications. The requirement is as follows, I have some codes eg :abcdef2. I should be able to type "2000" and get suggestions as abcdef2. I index the field containing the code to a ngram field (standard