Uses of Class
org.apache.lucene.search.grouping.dv.DVGroupFacetCollector

Packages that use DVGroupFacetCollector
org.apache.lucene.search.grouping.dv Support for grouping on DocValues fields. 
 

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

Methods in org.apache.lucene.search.grouping.dv that return DVGroupFacetCollector
static DVGroupFacetCollector DVGroupFacetCollector.createDvGroupFacetCollector(String groupField, DocValues.Type groupDvType, boolean groupDiskResident, String facetField, DocValues.Type facetDvType, boolean facetDiskResident, BytesRef facetPrefix, int initialSize)
          Factory method for creating the right implementation based on the group docvalues type and the facet docvalues type.
 



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