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 2021/07/06 19:00:07 UTC

[lucene] branch main updated (167bd99 -> 64d9f8c)

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

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


    from 167bd99  LUCENE-8638: remove deprecated Legacy*DocValues* classes in org.apache.lucene.codecs.memory package (#198)
     add 64d9f8c  LUCENE-10020 DocComparator don't skip docs of same docID (#204)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |  3 +
 .../lucene/search/comparators/DocComparator.java   |  6 +-
 ...tionSkipping.java => TestSortOptimization.java} | 65 +++++++++++++++++++++-
 3 files changed, 72 insertions(+), 2 deletions(-)
 rename lucene/core/src/test/org/apache/lucene/search/{TestFieldSortOptimizationSkipping.java => TestSortOptimization.java} (90%)