Re: How to make Solr FuzzyLookupFactory exactMatch case insensitive

2016-12-27 Thread diwakar bhardwaj
I did, that is returning exact matches first but only when I query with case matched elements. For example, mumbai's results would be different then Mumbai's. On Wed, Dec 28, 2016 at 2:32 AM, Susheel Kumar wrote: > Did you try exactMatchFirst param of FuzzyLookupFactory ? See > https://cwiki.ap

Re: How to make Solr FuzzyLookupFactory exactMatch case insensitive

2016-12-27 Thread Susheel Kumar
Did you try exactMatchFirst param of FuzzyLookupFactory ? See https://cwiki.apache.org/confluence/display/solr/Suggester Thanks, Susheel On Sun, Dec 25, 2016 at 6:52 PM, diwakar bhardwaj wrote: > Hi, > > I've implemented a solr suggester with FuzzyLookupFactory and its working > perfectly. Exc

Re: How to make Solr FuzzyLookupFactory exactMatch case insensitive

2016-12-26 Thread Erick Erickson
What is your definition of suggestAnalyzerFieldType in your chain? Does that field type lowercase the inputs? Best, Erick On Mon, Dec 26, 2016 at 11:43 AM, diwakar bhardwaj wrote: > Hi, > > This is a repost of a yesterday's post. > > I've implemented a solr suggester with FuzzyLookupFactory and