Uses of Interface
org.apache.lucene.facet.search.Heap
-
Packages that use Heap Package Description org.apache.lucene.facet.util Various utilities for faceted search -
-
Uses of Heap in org.apache.lucene.facet.util
Methods in org.apache.lucene.facet.util that return Heap Modifier and Type Method Description static Heap<FacetResultNode>
ResultSortUtils. createSuitableHeap(FacetRequest facetRequest)
Create a suitable heap according to facet request being served.
-