BrianWoolfolk commented on code in PR #13886: URL: https://github.com/apache/lucene/pull/13886#discussion_r1819458522
########## lucene/core/src/java/org/apache/lucene/search/IndexSortSortedNumericDocValuesRangeQuery.java: ########## @@ -20,9 +20,11 @@ import java.util.ArrayDeque; import java.util.Deque; import java.util.Objects; +import java.util.function.LongPredicate; import org.apache.lucene.document.IntPoint; Review Comment: Done 👍 -- 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