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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org