Implementing new scoring algorithms in lucene

2006-02-17 Thread Shailesh Kochhar
Hi, I'm interested in implementing a few new scoring algorithms in Lucene and I was wondering if anyone had attempted this in the past and how successful they had been. If there are any resources that someone could point me to that would be great, Googling and searching the mailing-list archives d

Re: Implementing new scoring algorithms in lucene

2006-02-20 Thread Shailesh Kochhar
On 2/18/06, Paul Elschot <[EMAIL PROTECTED]> wrote: > On Saturday 18 February 2006 02:22, Shailesh Kochhar wrote: > > Hi, > > > > I'm interested in implementing a few new scoring algorithms in Lucene > > and I was wondering if anyone had attempted this in th

Exposing API for scoring

2007-10-18 Thread Shailesh Kochhar
Hi, I'm experimenting with a few different scoring implementations and I was wondering what the easiest way would be to incorporate a new scorer into a searcher implementation. >From reading the docs on Scoring at: http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/search/package-summary.h

Re: setSimilarity on Query

2007-11-12 Thread Shailesh Kochhar
Chris Hostetter wrote: independent of the QueryParser aspects of your question, adding a setSimilarity method to the Query class would be a complete 180 of how it currently works right now. Query classes have to have a getSimilarity method so that their Weight/Scorer have a way to access the