Uses of Class
org.apache.lucene.search.grouping.GroupFacetCollector.FacetEntry
-
Packages that use GroupFacetCollector.FacetEntry Package Description org.apache.lucene.search.grouping Grouping. -
-
Uses of GroupFacetCollector.FacetEntry in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping with type parameters of type GroupFacetCollector.FacetEntry Modifier and Type Field Description private java.util.NavigableSet<GroupFacetCollector.FacetEntry>
GroupFacetCollector.GroupedFacetResult. facetEntries
private static java.util.Comparator<GroupFacetCollector.FacetEntry>
GroupFacetCollector.GroupedFacetResult. orderByCountAndValue
private static java.util.Comparator<GroupFacetCollector.FacetEntry>
GroupFacetCollector.GroupedFacetResult. orderByValue
Methods in org.apache.lucene.search.grouping that return types with arguments of type GroupFacetCollector.FacetEntry Modifier and Type Method Description java.util.List<GroupFacetCollector.FacetEntry>
GroupFacetCollector.GroupedFacetResult. getFacetEntries(int offset, int limit)
Returns a list of facet entries to be rendered based on the specified offset and limit.
-