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/09/23 13:09:57 UTC

[lucene-solr] branch master updated (e19239d -> 7d90b85)

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 e19239d  Upgrade forbiddenapis to version 3.1
     add 7d90b85  Fix bug in sort optimization (#1903)

No new revisions were added by this update.

Summary of changes:
 .../src/java/org/apache/lucene/search/Weight.java  |  6 +-
 .../lucene/search/comparators/DocComparator.java   | 10 +--
 .../search/comparators/NumericComparator.java      |  8 +-
 .../search/TestFieldSortOptimizationSkipping.java  | 90 +++++++++++++++++-----
 4 files changed, 79 insertions(+), 35 deletions(-)