|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |