Re: Solr suggester : duplicate suggestions

2020-01-10 Thread Dhanesh Radhakrishnan
suggester component. > > > > *First * > > If I typed "Fire and safety", I'll get the result. But If I type "Fire & > > safety" suggester is not showing > > > > *Second* > > I'm getting dup

Re: Solr suggester : duplicate suggestions

2020-01-10 Thread Paras Lehana
yped "Fire and safety", I'll get the result. But If I type "Fire & > safety" suggester is not showing > > *Second* > I'm getting duplicate suggestions in suggester > > "suggest": {

Solr suggester : duplicate suggestions

2020-01-09 Thread Dhanesh Radhakrishnan
Dear all, I'm facing two issues with solr suggester component. *First * If I typed "Fire and safety", I'll get the result. But If I type "Fire & safety" suggester is not showing *Second* I'm getting duplicate suggestions in suggester

Re: Duplicate suggestions when having multiple shards

2017-01-10 Thread Erick Erickson
As for the question about different weights, down the page of this article there's an explanation of why stats are different on different replicas in the same shard: https://support.lucidworks.com/hc/en-us/articles/115000888308-Getting-different-results-while-issuing-a-query-multiple-times-in-SolrC

Duplicate suggestions when having multiple shards

2017-01-10 Thread Nicole Bilić
Hi all, We are using Suggester (and Solr 6.3.0) to implement autocomplete. We are using TSTLookupFactory lookup implementation and HighFrequencyDictionaryFactory dictionary implementation. If our index consists of only one shard, everything works perfectly fine. However, when index is split in 2 s

Re: Remove duplicate suggestions in Solr

2015-08-23 Thread Zheng Lin Edwin Yeo
want to keep the existing data with duplicate for other purpose) > > - Or you could use result grouping/fieldCollapsing to group/dedup your > result > > Hope this helps > > Arcadius. > > > On 21 August 2015 at 06:41, Zheng Lin Edwin Yeo > wrote: > > > Hi,

Re: Remove duplicate suggestions in Solr

2015-08-23 Thread Arcadius Ahouansou
41, Zheng Lin Edwin Yeo wrote: > Hi, > > I would like to check, is there anyway to remove duplicate suggestions in > Solr? > I have several documents that looks very similar, and when I do a > suggestion query, it came back with all same results. I'm using Solr 5.2.1 > >

Remove duplicate suggestions in Solr

2015-08-20 Thread Zheng Lin Edwin Yeo
Hi, I would like to check, is there anyway to remove duplicate suggestions in Solr? I have several documents that looks very similar, and when I do a suggestion query, it came back with all same results. I'm using Solr 5.2.1 This is my suggestion pipeline: all json true edismax

Re: Duplicate suggestions

2015-06-21 Thread jon kerling
I got an intermediate API, so I'll change the collection type as you suggested.Thank you for your reply.

Re: Duplicate suggestions

2015-06-18 Thread Alessandro Benedetti
I had the very same issue, because I had some document with a redundant field, and I was using the Infix Suggester as well. Because the Infix Suggester returns the whole field content, if you have duplicated fields across your docs, you will se duplicate suggestions. Do you have any intermediate

Duplicate suggestions

2015-06-18 Thread jon kerling
Hi, I am using solr 5.1. I'm getting duplicate suggestions when using my solrsuggester. I'm using AnalyzingInfixLookupFactory & DocumentDictionaryFactory. can i configure it to suggest me only different suggestions? here are details about my configuration: f