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

Packages that use AbstractGroupFacetCollector
org.apache.lucene.search.grouping.dv Support for grouping on DocValues fields. 
org.apache.lucene.search.grouping.term Support for grouping by indexed terms via {org.apache.lucene.search.FieldCache}. 
 

Uses of AbstractGroupFacetCollector in org.apache.lucene.search.grouping.dv
 

Subclasses of AbstractGroupFacetCollector in org.apache.lucene.search.grouping.dv
 class DVGroupFacetCollector
          An implementation of AbstractGroupFacetCollector that computes grouped facets based on docvalues.
 

Uses of AbstractGroupFacetCollector in org.apache.lucene.search.grouping.term
 

Subclasses of AbstractGroupFacetCollector in org.apache.lucene.search.grouping.term
 class TermGroupFacetCollector
          An implementation of AbstractGroupFacetCollector that computes grouped facets based on the indexed terms from the FieldCache.
 



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