Re: [CLucene-dev] Similarity with constant idf

2011-01-27 Thread Itamar Syn-Hershko
I think you might find BM25 useful: http://nlp.uned.es/~jperezi/Lucene-BM25/ https://issues.apache.org/jira/browse/LUCENE-2091 Other than that, CLucene should follow Lucene's API especially in those areas... Itamar. On 21/10/2010 8:41 PM, Š

[CLucene-dev] Similarity with constant idf

2010-10-21 Thread Šplíchal Jiří
Hi, I have to change clucene scoring in the way that the number of documents that contain a certain term does not influence the final score when querying documents using this term. In other words I have to make the score of a document independent of content of the index - it should be in