| Package | Description |
|---|---|
| org.apache.lucene.search.grouping |
This module enables search result grouping with Lucene, where hits
with the same value in the specified single-valued group field are
grouped together.
|
| Modifier and Type | Field and Description |
|---|---|
GroupDocs<GROUP_VALUE_TYPE>[] |
TopGroups.groups
Group results in groupSort order
|
| Constructor and Description |
|---|
TopGroups(SortField[] groupSort,
SortField[] withinGroupSort,
int totalHitCount,
int totalGroupedHitCount,
GroupDocs<GROUP_VALUE_TYPE>[] groups) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.