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/10 19:55:43 UTC

[lucene-solr] branch master updated (04b9a98 -> ab0b17e)

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 04b9a98  SOLR-15040: Improvements to postlogs timestamp handling
     add ab0b17e  Fix indent from 4 to 2 spaces (#2129)

No new revisions were added by this update.

Summary of changes:
 .../lucene/search/comparators/DocComparator.java   | 270 +++++++--------
 .../search/comparators/DoubleComparator.java       | 138 ++++----
 .../lucene/search/comparators/FloatComparator.java | 138 ++++----
 .../lucene/search/comparators/IntComparator.java   | 142 ++++----
 .../lucene/search/comparators/LongComparator.java  | 142 ++++----
 .../lucene/search/comparators/MinDocIterator.java  |  64 ++--
 .../search/comparators/NumericComparator.java      | 372 +++++++++++----------
 7 files changed, 635 insertions(+), 631 deletions(-)