Uses of Class
org.apache.lucene.facet.FacetCountsWithFilterQuery
-
Packages that use FacetCountsWithFilterQuery Package Description org.apache.lucene.facet.facetset Provides FacetSets faceting capabilities which allows users to facet on high dimensional field values.org.apache.lucene.facet.range Provides range faceting capabilities. -
-
Uses of FacetCountsWithFilterQuery in org.apache.lucene.facet.facetset
Subclasses of FacetCountsWithFilterQuery in org.apache.lucene.facet.facetset Modifier and Type Class Description classMatchingFacetSetsCountsReturns the counts for each givenFacetSet -
Uses of FacetCountsWithFilterQuery in org.apache.lucene.facet.range
Subclasses of FacetCountsWithFilterQuery in org.apache.lucene.facet.range Modifier and Type Class Description classDoubleRangeFacetCountsFacetsimplementation that computes counts for dynamic double ranges.classLongRangeFacetCountsFacetsimplementation that computes counts for dynamic long ranges.
-