uschindler commented on code in PR #11917:
URL: https://github.com/apache/lucene/pull/11917#discussion_r1021849653
##########
lucene/core/src/java/org/apache/lucene/store/IOContext.java:
##########
@@ -45,8 +45,8 @@ public enum Context {
public final boolean readOnce;
/**
- * This flag indicates that the file is expected to be heavily accessed in a
random-access fashion
- * and should have its content in memory.
+ * This flag indicates that the file is expected to be heavily accessed in a
random-access
Review Comment:
the name of the field is not really applicable for that description. Maybe
it should be called different? I dont know a good name, e.g. "tinyRandomAccess"
--
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]