You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2021/07/23 02:02:24 UTC

[lucene] branch main updated (28ba8b7 -> ad7746d)

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

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


    from 28ba8b7  LUCENE-10015: Remove VectorSimilarityFunction#NONE. (#219)
     add ad7746d  LUCENE-10000: Make MultiCollectorManager consistent with MultiCollector (#196)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |   3 +
 .../org/apache/lucene/search/MultiCollector.java   |   5 +
 .../lucene/search/MultiCollectorManager.java       |  93 ++----
 .../lucene/search/TestMultiCollectorManager.java   | 347 +++++++++++++++++++++
 4 files changed, 380 insertions(+), 68 deletions(-)
 create mode 100644 lucene/core/src/test/org/apache/lucene/search/TestMultiCollectorManager.java