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

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

Fields in org.apache.lucene.search.grouping with type parameters of type CollectedSearchGroup
protected  TreeSet<CollectedSearchGroup<GROUP_VALUE_TYPE>> AbstractFirstPassGroupingCollector.orderedGroups
           
 



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