fix test bug: we cannot rely on relative importance of 'shorter document' and 'higher term freq' to the similarity's scoring

This commit is contained in:
Mike McCandless 2016-06-17 15:29:55 -04:00
parent 90c544f6ba
commit 2cd77c735a
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ public class TestBoolean2 extends LuceneTestCase {
"w1 w2 w3 w4 w5",
"w1 w3 w2 w3",
"w1 xx w2 yy w3",
"w1 w3 xx w2 yy w3"
"w1 w3 xx w2 yy mm"
};
public void queriesTest(Query query, int[] expDocNrs) throws Exception {