Uses of Class
org.apache.lucene.facet.facetset.FacetSetMatcher
Packages that use FacetSetMatcher
Package
Description
Provides FacetSets faceting capabilities which allows users to facet on high dimensional field
values.
-
Uses of FacetSetMatcher in org.apache.lucene.facet.facetset
Subclasses of FacetSetMatcher in org.apache.lucene.facet.facetsetModifier and TypeClassDescriptionclassAFacetSetMatcherwhich considers a set as a match only if all dimension values are equal to the given one.classAFacetSetMatcherwhich considers a set as a match if all dimensions fall within the given corresponding range.Fields in org.apache.lucene.facet.facetset declared as FacetSetMatcherModifier and TypeFieldDescriptionprivate final FacetSetMatcher[]MatchingFacetSetsCounts.facetSetMatchersMethods in org.apache.lucene.facet.facetset with parameters of type FacetSetMatcherModifier and TypeMethodDescriptionprivate static booleanMatchingFacetSetsCounts.areFacetSetMatcherDimensionsInconsistent(FacetSetMatcher[] facetSetMatchers) Constructors in org.apache.lucene.facet.facetset with parameters of type FacetSetMatcherModifierConstructorDescriptionMatchingFacetSetsCounts(String field, FacetsCollector hits, FacetSetDecoder facetSetDecoder, FacetSetMatcher... facetSetMatchers) Constructs a new instance of matching facet set counts which calculates the counts for each given facet set matcher.MatchingFacetSetsCounts(String field, FacetsCollector hits, FacetSetDecoder facetSetDecoder, Query fastMatchQuery, FacetSetMatcher... facetSetMatchers) Constructs a new instance of matching facet set counts which calculates the counts for each given facet set matcher.