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 classTermGroupFacetCollector.MV(package private) static classTermGroupFacetCollector.SVMethods in org.apache.lucene.search.grouping that return TermGroupFacetCollector Modifier and Type Method Description static TermGroupFacetCollectorTermGroupFacetCollector. 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.
-