prudhvigodithi commented on code in PR #15446:
URL: https://github.com/apache/lucene/pull/15446#discussion_r2560308730
##########
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##########
@@ -321,7 +321,7 @@ public QueryCachingPolicy getQueryCachingPolicy() {
* href="https://github.com/apache/lucene/issues/13745">the corresponding
github issue</a>.
*/
protected LeafSlice[] slices(List<LeafReaderContext> leaves) {
- return slices(leaves, MAX_DOCS_PER_SLICE, MAX_SEGMENTS_PER_SLICE, false);
+ return slices(leaves, MAX_DOCS_PER_SLICE, MAX_SEGMENTS_PER_SLICE, true);
Review Comment:
I will change to default `false` before merging the PR.
--
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]