7 messages in org.apache.lucene.java-devRe: Include BM25 in Lucene?
FromSent OnAttachments
J.Zhu17 Oct 2006 02:50 
Grant Ingersoll17 Oct 2006 03:56 
J.Zhu17 Oct 2006 03:58 
Vic Bancroft17 Oct 2006 05:43 
J.Zhu17 Oct 2006 09:02 
Chuck Williams17 Oct 2006 12:41 
Vic Bancroft19 Oct 2006 05:27 
Subject:Re: Include BM25 in Lucene?
From:Vic Bancroft (banc@america.net)
Date:10/17/2006 05:43:44 AM
List:org.apache.lucene.java-dev

J.Zhu wrote:

If I would like to contribute, what should I do? I am not a good Java developer myself though. Can I work with someone also interested?

In some of my group's usage of lucene over large document collections, we have split the documents across several machines. This has lead to a concern of whether the inverse document frequency was appropriate, since the score seems to be dependant on the partioning of documents over indexing hosts. We have not formulated an experiment to determine if it seriously effects our results, though it has been discussed.

If someone could elaborate how BM25 or some DFR algorithm would differ from what (TF/IDF) is implemented in lucene, I would be willing to help translate that into java as an indexing/searching option . . .

more, l8r, v