Hi, This is a repost of a yesterday's post.
I've implemented a solr suggester with FuzzyLookupFactory and its working perfectly. Except for a minor glitch, its only treating case sensitive searches as an exact match. For example, results for "mumbai" vs "Mumbai" is different. This is too restrictive and kind of defeating the purpose of the suggester. I've posted this on stackoverflow: http://stackoverflow.com/questions/41320424/solr- fuzzylookupfactory-exactmatch-is-case-sensitive -- Ciao Diwakar