RE: how to remove duplicate from search result

2016-09-27 Thread Yongtao Liu
Shamik, Thanks a lot. Collapsing query parser solve the issue. Thanks, Yongtao -Original Message- From: shamik [mailto:sham...@gmail.com] Sent: Tuesday, September 27, 2016 3:09 PM To: solr-user@lucene.apache.org Subject: RE: how to remove duplicate from search result Did you take a

RE: how to remove duplicate from search result

2016-09-27 Thread shamik
Did you take a look at Collapsin Query Parser ? https://cwiki.apache.org/confluence/display/solr/Collapse+and+Expand+Results -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-remove-duplicate-from-search-result-tp4298272p4298305.html Sent from the Solr - User mailing

RE: how to remove duplicate from search result

2016-09-27 Thread Yongtao Liu
, September 27, 2016 11:35 AM To: solr-user@lucene.apache.org Cc: david.santama...@gmail.com Subject: Re: how to remove duplicate from search result Have a look at https://cwiki.apache.org/confluence/display/solr/Result+Grouping On 09/27/2016 11:03 AM, googoo wrote: > hi, > > We want t

Re: how to remove duplicate from search result

2016-09-27 Thread David Santamauro
? Thanks, Yongtao -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-remove-duplicate-from-search-result-tp4298272.html Sent from the Solr - User mailing list archive at Nabble.com.

how to remove duplicate from search result

2016-09-27 Thread googoo
duplicate from search result based on guid field. since doc1 and doc4 has same guid, one of them should be drop from search result. how we can address this requirement? Thanks, Yongtao -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-remove-duplicate-from-search