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 :abcdef20000. I should be able to type "2000" and get suggestions as abcdef20000. I index the field containing the code to a ngram field (standard analysers, nothing fancy). But it does not show the required suggestion. I think since I'm using spellchecker component with suggester, when I enter numbers the solr thinks I don't need suggestions. Can anybody help me to solve this problem? Regards, Lasitha