Uses of Class
org.apache.lucene.search.grouping.term.TermGroupFacetCollector

Packages that use TermGroupFacetCollector
org.apache.lucene.search.grouping.term Support for grouping by indexed terms via FieldCache
 

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

Methods in org.apache.lucene.search.grouping.term that return TermGroupFacetCollector
static TermGroupFacetCollector TermGroupFacetCollector.createTermGroupFacetCollector(String groupField, String facetField, boolean facetFieldMultivalued, BytesRef facetPrefix, int initialSize)
          Factory method for creating the right implementation based on the fact whether the facet field contains multiple tokens per documents.
 



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