uschindler commented on code in PR #14306: URL: https://github.com/apache/lucene/pull/14306#discussion_r1974361308
########## lucene/core/src/java/org/apache/lucene/codecs/lucene101/Lucene101PostingsFormat.java: ########## @@ -351,6 +352,14 @@ public final class Lucene101PostingsFormat extends PostingsFormat { public static final int LEVEL1_MASK = LEVEL1_NUM_DOCS - 1; + /** + * Return the class that implements {@link ImpactsEnum} in this {@link PostingsFormat}. This is + * internally used to help the JVM make good inlining decisions. + */ + public static Class<? extends ImpactsEnum> getImpactsEnumImpl() { Review Comment: maybe add `@lucene.internal` as javadocs tag. -- 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