uschindler commented on code in PR #15198: URL: https://github.com/apache/lucene/pull/15198#discussion_r2371440038
########## lucene/core/src/java/org/apache/lucene/internal/vectorization/VectorUtilSupport.java: ########## @@ -144,4 +144,6 @@ float recalculateScalarQuantizationOffset( int filterByScore(int[] docBuffer, double[] scoreBuffer, double minScoreInclusive, int upTo); float[] l2normalize(float[] v, boolean throwOnZero); + + void expand8(int[] arr); Review Comment: we don't need the javadocs here, the class is internal only, publicly visible is VectorUtil. -- 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]
