Uses of Class
org.apache.lucene.search.grouping.TermGroupFacetCollector
-
Packages that use TermGroupFacetCollector Package Description org.apache.lucene.search.grouping Grouping. -
-
Uses of TermGroupFacetCollector in org.apache.lucene.search.grouping
Subclasses of TermGroupFacetCollector in org.apache.lucene.search.grouping Modifier and Type Class Description (package private) static class
TermGroupFacetCollector.MV
(package private) static class
TermGroupFacetCollector.SV
Methods in org.apache.lucene.search.grouping that return TermGroupFacetCollector Modifier and Type Method Description static TermGroupFacetCollector
TermGroupFacetCollector. createTermGroupFacetCollector(java.lang.String groupField, java.lang.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.
-