On Friday 15 April 2005 16:58, Andy Liu wrote: > 2. When using distributed search, I believe that docFreq() is handled > incorrectly. ÂEach server will perform its own docFreq() calculation > instead of taking the true docFreq() of the entire index across all > machines. ÂThis throws off the scores. ÂI'm having trouble thinking of > a clean solution to this problem. ÂAny ideas?
This issue is being addressed in Lucene: http://issues.apache.org/bugzilla/show_bug.cgi?id=31841 Regards Daniel -- http://www.danielnaber.de
