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
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
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
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
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.