Uses of Class
org.apache.lucene.facet.search.TotalFacetCounts
-
Packages that use TotalFacetCounts Package Description org.apache.lucene.facet.search Faceted Search API -
-
Uses of TotalFacetCounts in org.apache.lucene.facet.search
Methods in org.apache.lucene.facet.search that return TotalFacetCounts Modifier and Type Method Description TotalFacetCountsTotalFacetCountsCache. getTotalCounts(org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomy, FacetIndexingParams facetIndexingParams, CategoryListCache clCache)Get the total facet counts for a reader/taxonomy pair and facet indexing parameters.
-