Uses of Class
org.apache.lucene.search.grouping.GroupDocs

Packages that use GroupDocs
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
 GroupDocs<GROUP_VALUE_TYPE>[] TopGroups.groups
          Group results in groupSort order
 

Constructors in org.apache.lucene.search.grouping with parameters of type GroupDocs
TopGroups(SortField[] groupSort, SortField[] withinGroupSort, int totalHitCount, int totalGroupedHitCount, GroupDocs<GROUP_VALUE_TYPE>[] groups)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.