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.dv Support for grouping on DocValues fields. 
org.apache.lucene.search.grouping.function Support for grouping by {org.apache.lucene.queries.function.ValueSource}. 
org.apache.lucene.search.grouping.term Support for grouping by indexed terms via {org.apache.lucene.search.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.dv
 

Classes in org.apache.lucene.search.grouping.dv with type parameters of type AbstractDistinctValuesCollector.GroupCount
 class DVDistinctValuesCollector<GC extends AbstractDistinctValuesCollector.GroupCount<?>>
          Docvalues implementation of AbstractDistinctValuesCollector.
 

Methods in org.apache.lucene.search.grouping.dv that return types with arguments of type AbstractDistinctValuesCollector.GroupCount
static
<T> DVDistinctValuesCollector<AbstractDistinctValuesCollector.GroupCount<T>>
DVDistinctValuesCollector.create(String groupField, String countField, Collection<SearchGroup<T>> groups, boolean diskResident, DocValues.Type type)
          Constructs a docvalues based implementation of AbstractDistinctValuesCollector based on the specified type.
 

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.