Re: solr and diversification

2018-10-04 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
bject: Re: solr and diversification Interesting, I had not heard of MMR. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Sep 28, 2018 at 10:43 AM Tim Allison wrote: > If you haven’t already, might want to check out maximal marginal > relevance...original paper: Carbonell and Goldst

Re: solr and diversification

2018-09-28 Thread Joel Bernstein
ty > threshold. > > > > > > I would allow to define the strategy and select it from the request. > > > > > > From: solr-user@lucene.apache.org At: 09/27/18 18:25:43To: Diego > > > Ceccarelli (BLOOMBERG/ LONDON ) , solr-user@lucene.apache.org > &g

Re: solr and diversification

2018-09-28 Thread Tim Allison
top documents that have diversity > threshold. > > > > I would allow to define the strategy and select it from the request. > > > > From: solr-user@lucene.apache.org At: 09/27/18 18:25:43To: Diego > > Ceccarelli (BLOOMBERG/ LONDON ) , solr-user@lucene.apac

Re: solr and diversification

2018-09-27 Thread Joel Bernstein
relevance score > - select the top documents that have diversity > threshold. > > I would allow to define the strategy and select it from the request. > > From: solr-user@lucene.apache.org At: 09/27/18 18:25:43To: Diego > Ceccarelli (BLOOMBERG/ LONDON ) , solr-user@lucene.ap

Re: solr and diversification

2018-09-27 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
gt; threshold. I would allow to define the strategy and select it from the request. From: solr-user@lucene.apache.org At: 09/27/18 18:25:43To: Diego Ceccarelli (BLOOMBERG/ LONDON ) , solr-user@lucene.apache.org Subject: Re: solr and diversification I've thought about this problem a litt

Re: solr and diversification

2018-09-27 Thread Joel Bernstein
I've thought about this problem a little bit. What I was considering was using Kmeans clustering to cluster the top 50 docs, then pulling the top scoring doc form each cluster as the top documents. This should be fast and effective at getting diversity. Joel Bernstein http://joelsolr.blogspot.com

solr and diversification

2018-09-27 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
Hi, I'm considering to write a component for diversifying the results. I know that diversification can be achieved by using grouping but I'm thinking about something different and query biased. The idea is to have something that gets applied after the normal retrieval and selects the top k do