You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2022/07/31 04:50:10 UTC

[lucene] branch main updated (f93e52e5bb1 -> 7ac75135b9f)

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

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


    from f93e52e5bb1 LUCENE-10669: The build should be more helpful when generated resources are touched (#1053)
     add 7ac75135b9f [LUCENE-10629]: Add fast match query support to FacetSets (#1015)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |   2 +-
 .../lucene/demo/facet/CustomFacetSetExample.java   |  83 +++++++++++++++
 .../demo/facet/TestCustomFacetSetExample.java      |  13 +++
 lucene/facet/docs/FacetSets.adoc                   |   9 +-
 .../lucene/facet/FacetCountsWithFilterQuery.java   |  91 +++++++++++++++++
 .../facet/facetset/MatchingFacetSetsCounts.java    |  25 ++++-
 .../lucene/facet/range/RangeFacetCounts.java       |  51 +---------
 .../facet/facetset/TestExactFacetSetMatcher.java   |  98 ++++++++++++++++++
 .../facet/facetset/TestRangeFacetSetMatcher.java   | 112 +++++++++++++++++++++
 9 files changed, 430 insertions(+), 54 deletions(-)
 create mode 100644 lucene/facet/src/java/org/apache/lucene/facet/FacetCountsWithFilterQuery.java