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

Packages that use SearchGroup
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 SearchGroup in org.apache.lucene.search.grouping
 

Methods in org.apache.lucene.search.grouping that return types with arguments of type SearchGroup
 Collection<SearchGroup> FirstPassGroupingCollector.getTopGroups(int groupOffset, boolean fillFields)
          Returns top groups, starting from offset.
 

Constructor parameters in org.apache.lucene.search.grouping with type arguments of type SearchGroup
SecondPassGroupingCollector(String groupField, Collection<SearchGroup> groups, Sort groupSort, Sort withinGroupSort, int maxDocsPerGroup, boolean getScores, boolean getMaxScores, boolean fillSortFields)
           
 



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