Package | Description |
---|---|
org.apache.lucene.search.grouping |
Grouping.
|
Modifier and Type | Field and 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 |
Modifier and Type | Method and 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.
|