Re: custom reranking

2009-04-07 Thread Grant Ingersoll
Yeah, that is a good idea. Some of it can be obtained already through the Editorial Boosting, some through function queries, similarity factory, custom sorting and other features. User feedback and click log analysis would be nice features to have as well. http://wiki.apache.org/solr/How

Re: custom reranking

2009-04-07 Thread CIF Search
Would it not be a good idea to provide Ranking as solr plugin, in which users can write their custom ranking algorithms and reorder the results returned by Solr in whichever way they need. It may also help Solr users to incorporate learning (from search user feedback - such as click logs), and reor

Re: custom reranking

2009-02-27 Thread Grant Ingersoll
On Feb 26, 2009, at 11:16 PM, CIF Search wrote: I believe the query component will generate the query in such a way that i get the results that i want, but not process the returned results, is that correct? Is there a way in which i can group the returned results, and rank each group separ

Re: custom reranking

2009-02-26 Thread CIF Search
I believe the query component will generate the query in such a way that i get the results that i want, but not process the returned results, is that correct? Is there a way in which i can group the returned results, and rank each group separately, and return the results together. In other words wh

Re: custom reranking

2009-02-26 Thread Grant Ingersoll
On Feb 26, 2009, at 6:04 AM, CIF Search wrote: We have a distributed index consisting of several shards. There could be some documents repeated across shards. We want to remove the duplicate records from the documents returned from the shards, and re-order the results by grouping them on the