BM 25 scoring with lucene

2011-03-01 Thread Lahiru Samarakoon
Hi All, Do you have any BM 25 scoring implementation which can be used with Lucene? How can I find and use the implementation mentioned in following jira entry? https://issues.apache.org/jira/browse/LUCENE-2091 Thanks, Lahiru

Re: BM 25 scoring with lucene

2011-03-02 Thread Gérard Dupont
Hi, On 2 March 2011 07:50, Lahiru Samarakoon wrote: > Hi All, > > Do you have any BM 25 scoring implementation which can be used with Lucene? > One query on goggle, first reqsult (for me) : http://nlp.uned.es/~jperezi/Lucene-BM25/ (But it's from 2009) How can I find and use the implementation

Re: BM 25 scoring with lucene

2011-03-08 Thread Avi Rosenschein
The LUCENE-2091.patch file from the jira entry is essentially what we are using. It should work fine. -- Avi 2011/3/2 Gérard Dupont > Hi, > > On 2 March 2011 07:50, Lahiru Samarakoon wrote: > >> Hi All, >> >> Do you have any BM 25 scoring implementation which can be used with >> Lucene? >> > >