Uses of Class
org.apache.lucene.search.grouping.GroupFacetCollector.FacetEntry
Packages that use GroupFacetCollector.FacetEntry
-
Uses of GroupFacetCollector.FacetEntry in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping with type parameters of type GroupFacetCollector.FacetEntryModifier and TypeFieldDescriptionprivate final NavigableSet
<GroupFacetCollector.FacetEntry> GroupFacetCollector.GroupedFacetResult.facetEntries
private static final Comparator
<GroupFacetCollector.FacetEntry> GroupFacetCollector.GroupedFacetResult.orderByCountAndValue
private static final Comparator
<GroupFacetCollector.FacetEntry> GroupFacetCollector.GroupedFacetResult.orderByValue
Methods in org.apache.lucene.search.grouping that return types with arguments of type GroupFacetCollector.FacetEntryModifier and TypeMethodDescriptionGroupFacetCollector.GroupedFacetResult.getFacetEntries
(int offset, int limit) Returns a list of facet entries to be rendered based on the specified offset and limit.