jtibshirani commented on a change in pull request #1833:
URL: https://github.com/apache/lucene-solr/pull/1833#discussion_r483868710
##########
File path:
lucene/sandbox/src/test/org/apache/lucene/search/TestIndexSortSortedNumericDocValuesRangeQuery.java
##########
@@ -65,7 +65,7 @@ public void testSameHitsAsPointRangeQuery() throws
IOException {
iw.deleteDocuments(LongPoint.newRangeQuery("idx", 0L, 10L));
}
final IndexReader reader = iw.getReader();
- final IndexSearcher searcher = newSearcher(reader, false);
+ final IndexSearcher searcher = newSearcher(reader);
Review comment:
This isn't critical for test coverage, but it seemed off that we had
disabled wrapping the reader.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]