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

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

Subclasses of AbstractSecondPassGroupingCollector in org.apache.lucene.search.grouping
 class TermSecondPassGroupingCollector
          Concrete implementation of AbstractSecondPassGroupingCollector that groups based on field values and more specifically uses FieldCache.StringIndex to collect grouped docs.
 



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