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