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/06/02 13:28:51 UTC

[lucene] branch main updated (3c7a76a -> 8b60641)

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 3c7a76a  LUCENE-9962: Allow DrillSideways sub-classes to provide their own "drill down" facet counting implementation (or null). (#143)
     add 8b60641  LUCENE-9944: Allow DrillSideways users to pass a CollectorManager without requiring an ExecutorService (and concurrent DrillSideways approach). (#142)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |   5 +-
 .../org/apache/lucene/facet/DrillSideways.java     | 176 +++++++--
 .../apache/lucene/facet/DrillSidewaysQuery.java    |  62 +++-
 .../org/apache/lucene/facet/TestDrillSideways.java | 397 ++++++++++++++++++++-
 .../org/apache/lucene/util/LuceneTestCase.java     |  14 +-
 5 files changed, 603 insertions(+), 51 deletions(-)