uschindler commented on code in PR #13328: URL: https://github.com/apache/lucene/pull/13328#discussion_r1585154771
########## lucene/core/src/java/org/apache/lucene/search/CollectionStatistics.java: ########## @@ -116,7 +105,8 @@ public CollectionStatistics( * * @return field's name, not {@code null} */ - public final String field() { Review Comment: we can remove all accessor methods and add the documentation into `@param` on the record declaration. -- 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