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

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

Subclasses of AbstractAllGroupsCollector in org.apache.lucene.search.grouping
 class TermAllGroupsCollector
          A collector that collects all groups that match the query.
 



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