jpountz commented on a change in pull request #784: LUCENE-8810: Honor
MaxClausesCount in BooleanQuery During Flattening
URL: https://github.com/apache/lucene-solr/pull/784#discussion_r303404451
##########
File path: lucene/core/src/test/org/apache/lucene/search/TestBooleanQuery.java
##########
@@ -73,6 +73,21 @@ public void testEquality() throws Exception {
assertEquals(bq1.build(), bq2.build());
}
+ public void testFlattenInnerDisjunctionsWithMoreThan1024Terms() throws
IOException {
Review comment:
move this test to `TestBooleanRewrites` where other rewrite-related tests
are?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]