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/10/06 17:22:39 UTC

[lucene-solr] branch master updated (6ac94a6 -> 874c446)

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 6ac94a6  LUCENE-9555: Advance conjunction Iterator for two phase iteration (#1943)
     add 874c446  LUCENE-9565 Fix competitive iteration (#1952)

No new revisions were added by this update.

Summary of changes:
 .../src/java/org/apache/lucene/search/Weight.java  | 55 ++++++++++++++++++++--
 .../lucene/search/comparators/DocComparator.java   |  8 ++--
 .../search/comparators/NumericComparator.java      |  8 ++--
 3 files changed, 62 insertions(+), 9 deletions(-)