Re: How to make Solr FuzzyLookupFactory exactMatch case insensitive

2016-12-27 Thread diwakar bhardwaj
See > https://cwiki.apache.org/confluence/display/solr/Suggester > > Thanks, > Susheel > > On Sun, Dec 25, 2016 at 6:52 PM, diwakar bhardwaj < > bhardwajdiwa...@gmail.com > > wrote: > > > Hi, > > > > I've implemented a solr suggester with FuzzyLookup

How to make Solr FuzzyLookupFactory exactMatch case insensitive

2016-12-26 Thread diwakar bhardwaj
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 restric

How to make Solr FuzzyLookupFactory exactMatch case insensitive

2016-12-25 Thread diwakar bhardwaj
Hi, 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

Optimizing documentdictionary build on solr cloud suggester

2016-11-30 Thread diwakar bhardwaj
ory during this entire 40 minutes. My question is, can we optimize this index building time if we follow the second approach. Or if I follow the first approach what should be the ideal way of dealing with frequent changes to be indexed on solr cloud. Thanks and regards, Diwakar Bhardwaj

FileDictionaryFactory along with FuzzyLookupFactory not sending any suggestions

2016-11-23 Thread diwakar bhardwaj
Hi, I've already asked the question here: http://stackoverflow.com/questions/40771451/couldnt-get-data-in-suggester-even-when-storedir-getting-created-by-filediction so, I have a list of cities onto which I want to implement spell-checker. I have the priorities/weights of these cities with me.