Re: Implementing new scoring algorithms in lucene

2006-02-21 Thread Paul Elschot
On Tuesday 21 February 2006 05:34, Shailesh Kochhar wrote: ... > > I have a question about the sumOfSquaredWeigths method. As I > understand it, it computes the square of the idf for a given term that > is used to normalize the weight of individual terms in the query. > > In implementing a differ

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 the past and how > > successful they had be

Re: Implementing new scoring algorithms in lucene

2006-02-18 Thread Paul Elschot
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 the past and how > successful they had been. If there are any resources that someone > could point me to