Re: How to manages diversity in search results in Solr

2016-12-23 Thread Toke Eskildsen
Daisy wrote: > The main issue is: Our page needs 80 products to display from different > suppliers per keyword search. We have some of the search keywords > which only have less than 80 suppliers. Okay. The number of products per supplier gets averaged? So if 1

RE: How to manages diversity in search results in Solr

2016-12-22 Thread Daisy
- From: Toke Eskildsen [mailto:t...@statsbiblioteket.dk] Sent: Thursday, December 22, 2016 6:24 PM To: solr_user lucene_apache Subject: Re: How to manages diversity in search results in Solr On Thu, 2016-12-22 at 17:35 +0800, Daisy wrote: > How to restrict the product search in a marketpl

Re: How to manages diversity in search results in Solr

2016-12-22 Thread Toke Eskildsen
On Thu, 2016-12-22 at 17:35 +0800, Daisy wrote: > How to restrict the product search in a marketplace where no more > than 3 results per retailer are permitted in search results? > > I understand the groupby/collapse could solve the issue but is there > any other way to do it? Grouping is the

How to manages diversity in search results in Solr

2016-12-22 Thread Daisy
How to restrict the product search in a marketplace where no more than 3 results per retailer are permitted in search results? I understand the groupby/collapse could solve the issue but is there any other way to do it? Thank you. Regards, Daisy -- CONFIDENTIALITY

diversity of search results?

2012-10-19 Thread Paul Libbrecht
Hello SOLR expert, yesterday in our group we realized that a danger we may need to face is that a search result includes very similar results. Of course, one would expect skimming so that duplicates that show almost the same results in a search result would be avoided but we fear that this is

Re: diversity of search results?

2012-10-19 Thread dirk
-processed deduplication. Here you can find an entry point: http://wiki.apache.org/solr/Deduplication Dirk - my developer logs -- View this message in context: http://lucene.472066.n3.nabble.com/diversity-of-search-results-tp4014692p4014696.html Sent from the Solr - User mailing list

Re: diversity of search results?

2012-10-19 Thread Otis Gospodnetic
Hi Paul, We've done this for a client in the past via a custom SearchComponent and it worked well. Yes, it involved some post-processing, but on the server, not client. I *think* we saw 10% performance degradation. Otis -- Search Analytics - http://sematext.com/search-analytics/index.html