RamakrishnaChilaka commented on code in PR #15198:
URL: https://github.com/apache/lucene/pull/15198#discussion_r2371480843
##########
lucene/core/src/java/org/apache/lucene/util/VectorUtil.java:
##########
@@ -484,4 +484,8 @@ public static int filterByScore(
}
return IMPL.filterByScore(docBuffer, scoreBuffer, minScoreInclusive, upTo);
}
+
+ public static void expand8(int[] arr) {
Review Comment:
Thanks for catching this Uwe! I have opened
https://github.com/apache/lucene/pull/15218 with the missing Javadoc.
--
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]