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

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