Uses of Class
org.apache.lucene.facet.FacetResult
-
Packages that use FacetResult Package Description org.apache.lucene.facet Faceted search.org.apache.lucene.facet.sortedset Provides faceting capabilities over facets that were indexed withSortedSetDocValuesFacetField.org.apache.lucene.facet.taxonomy Taxonomy of Categories. -
-
Uses of FacetResult in org.apache.lucene.facet
Methods in org.apache.lucene.facet that return FacetResult Modifier and Type Method Description FacetResultRandomSamplingFacetsCollector. amortizeFacetCounts(FacetResult res, FacetsConfig config, IndexSearcher searcher)Note: if you use a countingFacetsimplementation, you can amortize the sampled counts by calling this method.FacetResultLongValueFacetCounts. getAllChildrenSortByValue()Returns all unique values seen, sorted by value.abstract FacetResultFacets. getTopChildren(int topN, String dim, String... path)Returns the topN child labels under the specified path.FacetResultLongValueFacetCounts. getTopChildren(int topN, String dim, String... path)FacetResultMultiFacets. getTopChildren(int topN, String dim, String... path)FacetResultLongValueFacetCounts. getTopChildrenSortByCount(int topN)Returns the specified top number of facets, sorted by count.Methods in org.apache.lucene.facet that return types with arguments of type FacetResult Modifier and Type Method Description abstract List<FacetResult>Facets. getAllDims(int topN)Returns topN labels for any dimension that had hits, sorted by the number of hits that dimension matched; this is used for "sparse" faceting, where many different dimensions were indexed, for example depending on the type of document.List<FacetResult>LongValueFacetCounts. getAllDims(int topN)List<FacetResult>MultiFacets. getAllDims(int topN)Methods in org.apache.lucene.facet with parameters of type FacetResult Modifier and Type Method Description FacetResultRandomSamplingFacetsCollector. amortizeFacetCounts(FacetResult res, FacetsConfig config, IndexSearcher searcher)Note: if you use a countingFacetsimplementation, you can amortize the sampled counts by calling this method. -
Uses of FacetResult in org.apache.lucene.facet.sortedset
Methods in org.apache.lucene.facet.sortedset that return FacetResult Modifier and Type Method Description FacetResultConcurrentSortedSetDocValuesFacetCounts. getTopChildren(int topN, String dim, String... path)FacetResultSortedSetDocValuesFacetCounts. getTopChildren(int topN, String dim, String... path)Methods in org.apache.lucene.facet.sortedset that return types with arguments of type FacetResult Modifier and Type Method Description List<FacetResult>ConcurrentSortedSetDocValuesFacetCounts. getAllDims(int topN)List<FacetResult>SortedSetDocValuesFacetCounts. getAllDims(int topN) -
Uses of FacetResult in org.apache.lucene.facet.taxonomy
Methods in org.apache.lucene.facet.taxonomy that return FacetResult Modifier and Type Method Description FacetResultFloatTaxonomyFacets. getTopChildren(int topN, String dim, String... path)FacetResultIntTaxonomyFacets. getTopChildren(int topN, String dim, String... path)Methods in org.apache.lucene.facet.taxonomy that return types with arguments of type FacetResult Modifier and Type Method Description List<FacetResult>TaxonomyFacets. getAllDims(int topN)
-