uschindler commented on code in PR #11917:
URL: https://github.com/apache/lucene/pull/11917#discussion_r1021839467
##########
lucene/core/src/java/org/apache/lucene/store/MMapDirectory.java:
##########
@@ -93,15 +93,8 @@ public class MMapDirectory extends FSDirectory {
*/
public static final BiPredicate<String, IOContext> NO_FILES = (filename,
context) -> false;
- /**
- * Argument for {@link #setPreload(BiPredicate)} that configures all files
that use the {@link
- * IOContext#LOAD} to be preloaded upon opening them. This is the default.
- */
- public static final BiPredicate<String, IOContext> BASED_ON_LOAD_IO_CONTEXT =
Review Comment:
We can still provide this option.
--
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]