Uses of Interface
org.apache.lucene.facet.search.results.FacetResultNode
-
Packages that use FacetResultNode Package Description org.apache.lucene.facet.search.results Results of Faceted Searchorg.apache.lucene.facet.util Various utilities for faceted search -
-
Uses of FacetResultNode in org.apache.lucene.facet.search.results
Classes in org.apache.lucene.facet.search.results that implement FacetResultNode Modifier and Type Class Description classMutableFacetResultNodeMutable implementation for Result of faceted search for a certain taxonomy node.Methods in org.apache.lucene.facet.search.results that return FacetResultNode Modifier and Type Method Description FacetResultNodeFacetResult. getFacetResultNode()Facet result node matching the root of thefacet request.Methods in org.apache.lucene.facet.search.results that return types with arguments of type FacetResultNode Modifier and Type Method Description Iterable<? extends FacetResultNode>FacetResultNode. getSubResults()Contained sub results.Iterable<? extends FacetResultNode>MutableFacetResultNode. getSubResults()Methods in org.apache.lucene.facet.search.results with parameters of type FacetResultNode Modifier and Type Method Description voidMutableFacetResultNode. appendSubResult(FacetResultNode subRes)Append a sub result (as last).voidMutableFacetResultNode. insertSubResult(FacetResultNode subRes)Insert sub result (as first).static MutableFacetResultNodeMutableFacetResultNode. toImpl(FacetResultNode frn)Internal utility: turn a result node into an implementation class with richer API that allows modifying it.Method parameters in org.apache.lucene.facet.search.results with type arguments of type FacetResultNode Modifier and Type Method Description voidMutableFacetResultNode. setSubResults(List<FacetResultNode> subResults)Set the sub results.Constructors in org.apache.lucene.facet.search.results with parameters of type FacetResultNode Constructor Description FacetResult(FacetRequest facetRequest, FacetResultNode rootNode, int numValidDescendants)MutableFacetResultNode(FacetResultNode other, boolean takeSubResults)Create a mutable facet result node from another result nodeConstructor parameters in org.apache.lucene.facet.search.results with type arguments of type FacetResultNode Constructor Description MutableFacetResultNode(int ordinal, double value, double residue, CategoryPath label, List<FacetResultNode> subResults)Create a Facet Result Node. -
Uses of FacetResultNode in org.apache.lucene.facet.util
Methods in org.apache.lucene.facet.util that return types with arguments of type FacetResultNode Modifier and Type Method Description static Heap<FacetResultNode>ResultSortUtils. createSuitableHeap(FacetRequest facetRequest)Create a suitable heap according to facet request being served.
-