cpoerschke commented on code in PR #13757: URL: https://github.com/apache/lucene/pull/13757#discussion_r1756540884
########## lucene/core/src/java/org/apache/lucene/search/similarities/Similarity.java: ########## @@ -111,7 +133,17 @@ protected Similarity() {} * @param state current processing state for this field * @return computed norm value */ - public abstract long computeNorm(FieldInvertState state); + public long computeNorm(FieldInvertState state) { Review Comment: I don't feel knowledgeable enough to properly document/edit on this. _"Allow edits and access to secrets by maintainers"_ is enabled for the pull request -- please feel free to (in-browser or otherwise) change the documentation here. Thanks! -- 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