Re: Remove duplicate suggestions in Solr

2015-08-23 Thread Zheng Lin Edwin Yeo
Hi Arcadius, Thank you for your reply. So this means that the de-duplication has to be done during indexing time, and not during query time? Yes, currently I'm building on the "search" to be do my suggestion as I faced some issues with the suggestions components in the Solr 5.1.0 version. Will t

Re: Remove duplicate suggestions in Solr

2015-08-23 Thread Arcadius Ahouansou
Hi Edwin. What you are doing here is "search" as Solr has separate components for doing suggestions. About dedup, - have a look at the manual https://cwiki.apache.org/confluence/display/solr/De-Duplication - or simply do your dedup upfront before ingesting into Solr by assigning the same "id"