mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 16:29:30 +00:00
* Skip document by docValues *When the queue is full with only one Comparator, we could better tune the maxValueAsBytes/minValueAsBytes. For instance, if the sort is ascending and bottom value is 5, we will use a range on [MIN_VALUE, 4]. --------- Co-authored-by: Adrien Grand <jpountz@gmail.com>