Uses of Class
org.apache.lucene.search.grouping.TermGroupFacetCollector
Packages that use TermGroupFacetCollector
-
Uses of TermGroupFacetCollector in org.apache.lucene.search.grouping
Subclasses of TermGroupFacetCollector in org.apache.lucene.search.groupingModifier and TypeClassDescription(package private) static class
(package private) static class
Methods in org.apache.lucene.search.grouping that return TermGroupFacetCollectorModifier and TypeMethodDescriptionstatic 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.