gsmiller commented on code in PR #13972: URL: https://github.com/apache/lucene/pull/13972#discussion_r1826036633
########## lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene912/Lucene912PostingsReader.java: ########## @@ -1755,13 +1755,13 @@ static long readVLong15(DataInput in) throws IOException { } } - private static int findNextGEQ(long[] buffer, int length, long target, int from) { - for (int i = from; i < length; ++i) { + private static int findNextGEQ(long[] buffer, long target, int from, int to) { Review Comment: Made this change for consistency but don't have any strong feelings about it. If there's a preference to just leave it be, I'm fine reverting this file. -- 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