Uses of Class
org.apache.lucene.facet.taxonomy.TaxonomyFacets.TopChildrenForPath
Packages that use TaxonomyFacets.TopChildrenForPath
-
Uses of TaxonomyFacets.TopChildrenForPath in org.apache.lucene.facet.taxonomy
Methods in org.apache.lucene.facet.taxonomy that return TaxonomyFacets.TopChildrenForPathModifier and TypeMethodDescriptionprotected TaxonomyFacets.TopChildrenForPath
TaxonomyFacets.getTopChildrenForPath
(FacetsConfig.DimConfig dimConfig, int pathOrd, int topN) Deprecated.Determine the top-n children for a specified dimension + path.Methods in org.apache.lucene.facet.taxonomy with parameters of type TaxonomyFacets.TopChildrenForPathModifier and TypeMethodDescriptionprivate FacetResult
TaxonomyFacets.createFacetResult
(TaxonomyFacets.TopChildrenForPath topChildrenForPath, String dim, String... path) Deprecated.Create a FacetResult for the provided dim + path and intermediate results.