mirror of https://github.com/apache/lucene.git
pull QueryUtil check back out
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@806645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a83d337f41
commit
6fb76f644a
|
@ -121,7 +121,6 @@ public class TestBoostingNearQuery extends LuceneTestCase {
|
|||
TopDocs hits;
|
||||
|
||||
query = newPhraseQuery("field", "twenty two", true);
|
||||
QueryUtils.check(query);
|
||||
|
||||
// all 10 hits should have score = 3 because adjacent terms have payloads of 2,4
|
||||
// and all the similarity factors are set to 1
|
||||
|
|
Loading…
Reference in New Issue