Uses of Record Class
org.apache.lucene.facet.sortedset.AbstractSortedSetDocValueFacetCounts.TopChildrenForPath
Packages that use AbstractSortedSetDocValueFacetCounts.TopChildrenForPath
Package
Description
Provides faceting capabilities over facets that were indexed with
SortedSetDocValuesFacetField
.-
Uses of AbstractSortedSetDocValueFacetCounts.TopChildrenForPath in org.apache.lucene.facet.sortedset
Methods in org.apache.lucene.facet.sortedset that return AbstractSortedSetDocValueFacetCounts.TopChildrenForPathModifier and TypeMethodDescriptionAbstractSortedSetDocValueFacetCounts.computeTopChildren
(PrimitiveIterator.OfInt childOrds, int topN, FacetsConfig.DimConfig dimConfig, int pathOrd) Compute the top-n children for the given path and iterator of all immediate children of the path.AbstractSortedSetDocValueFacetCounts.getTopChildrenForPath
(int topN, String dim, String... path) Determine the top-n children for a specified dimension + path.Methods in org.apache.lucene.facet.sortedset with parameters of type AbstractSortedSetDocValueFacetCounts.TopChildrenForPathModifier and TypeMethodDescriptionprivate FacetResult
AbstractSortedSetDocValueFacetCounts.createFacetResult
(AbstractSortedSetDocValueFacetCounts.TopChildrenForPath topChildrenForPath, String dim, String... path) Create a FacetResult for the provided dim + path and intermediate results.