zacharymorn commented on code in PR #240:
URL: https://github.com/apache/lucene/pull/240#discussion_r1387453543
##########
lucene/core/src/test/org/apache/lucene/document/BaseSpatialTestCase.java:
##########
@@ -695,8 +695,8 @@ protected void verifyRandomDistanceQueries(IndexReader
reader, Object... shapes)
}
}
- private FixedBitSet searchIndex(IndexSearcher s, Query query, int maxDoc)
throws IOException {
- return s.search(query, FixedBitSetCollector.createManager(maxDoc));
+ private CollectorManager<FixedBitSetCollector, FixedBitSet> searchIndex(int
maxDoc) {
Review Comment:
Ah this change should have been reverted. Fixed.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]