Tagged Questions
4
votes
2answers
564 views
Problem with Lucene scoring
I have a problem with Lucene's scoring function that I can't figure out. So far, I've been able to write this code to reproduce it.
package lucenebug;
import java.util.Arrays;
import java.util.List;
...