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

Uses of AbstractAllGroupHeadsCollector in org.apache.lucene.search.grouping
 

Subclasses of AbstractAllGroupHeadsCollector in org.apache.lucene.search.grouping
 class TermAllGroupHeadsCollector<GH extends AbstractAllGroupHeadsCollector.GroupHead>
          A base implementation of AbstractAllGroupHeadsCollector for retrieving the most relevant groups when grouping on a string based group field.
 

Methods in org.apache.lucene.search.grouping that return AbstractAllGroupHeadsCollector
static AbstractAllGroupHeadsCollector TermAllGroupHeadsCollector.create(String groupField, org.apache.lucene.search.Sort sortWithinGroup)
          Creates an AbstractAllGroupHeadsCollector instance based on the supplied arguments.
static AbstractAllGroupHeadsCollector TermAllGroupHeadsCollector.create(String groupField, org.apache.lucene.search.Sort sortWithinGroup, int initialSize)
          Creates an AbstractAllGroupHeadsCollector instance based on the supplied arguments.
 



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