Uses of Class
org.apache.lucene.search.grouping.AbstractDistinctValuesCollector.GroupCount

Packages that use AbstractDistinctValuesCollector.GroupCount
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. 
org.apache.lucene.search.grouping.function Support for grouping by ValueSource
org.apache.lucene.search.grouping.term Support for grouping by indexed terms via FieldCache
 

Uses of AbstractDistinctValuesCollector.GroupCount in org.apache.lucene.search.grouping
 

Classes in org.apache.lucene.search.grouping with type parameters of type AbstractDistinctValuesCollector.GroupCount
 class AbstractDistinctValuesCollector<GC extends AbstractDistinctValuesCollector.GroupCount<?>>
          A second pass grouping collector that keeps track of distinct values for a specified field for the top N group.
 

Uses of AbstractDistinctValuesCollector.GroupCount in org.apache.lucene.search.grouping.function
 

Subclasses of AbstractDistinctValuesCollector.GroupCount in org.apache.lucene.search.grouping.function
static class FunctionDistinctValuesCollector.GroupCount
          Holds distinct values for a single group.
 

Uses of AbstractDistinctValuesCollector.GroupCount in org.apache.lucene.search.grouping.term
 

Subclasses of AbstractDistinctValuesCollector.GroupCount in org.apache.lucene.search.grouping.term
static class TermDistinctValuesCollector.GroupCount
          Holds distinct values for a single group.
 



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