You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/12/03 17:10:26 UTC

[lucene-solr] branch master updated (f24b497 -> 69de1a4)

This is an automated email from the ASF dual-hosted git repository.

mayya pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from f24b497  LUCENE-9618: Do not call IntervalIterator.nextInterval after NO_MORE_DOCS returned (#2095)
     add 69de1a4  LUCENE-9599 Disable sort optim on index sort (#2075)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/lucene/search/FieldComparator.java  | 11 +++++
 .../apache/lucene/search/LeafFieldComparator.java  |  2 +-
 .../apache/lucene/search/TopFieldCollector.java    | 56 ++++++++++------------
 .../search/comparators/NumericComparator.java      | 17 ++++---
 4 files changed, 47 insertions(+), 39 deletions(-)