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

[lucene-solr] branch master updated (bf25e65 -> fda9354)

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

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


    from bf25e65  LUCENE-9279: add changes entry and attribution.
     add fda9354  SOLR-8306: Optimize expand.rows=0 to compute only total hits (#1334)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |  2 +-
 .../solr/handler/component/ExpandComponent.java    | 80 ++++++++++++++--------
 .../src/java/org/apache/solr/search/DocSlice.java  |  2 +-
 .../component/DistributedExpandComponentTest.java  | 36 ++++++++++
 .../handler/component/TestExpandComponent.java     | 54 +++++++++++++++
 .../src/collapse-and-expand-results.adoc           |  5 ++
 6 files changed, 147 insertions(+), 32 deletions(-)