Uses of Class
org.apache.lucene.search.grouping.GroupDocs
-
Packages that use GroupDocs 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. -
-
Uses of GroupDocs in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as GroupDocs Modifier and Type Field Description GroupDocs<GROUP_VALUE_TYPE>[]
TopGroups. groups
Group results in groupSort orderConstructors in org.apache.lucene.search.grouping with parameters of type GroupDocs Constructor Description TopGroups(SortField[] groupSort, SortField[] withinGroupSort, int totalHitCount, int totalGroupedHitCount, GroupDocs<GROUP_VALUE_TYPE>[] groups)
-