Class TermGroupFacetCollector
An implementation of AbstractGroupFacetCollector that computes grouped facets based on the indexed terms from the FieldCache.
@lucene.experimental
Inherited Members
Assembly: Lucene.Net.Grouping.dll
Syntax
public abstract class TermGroupFacetCollector : AbstractGroupFacetCollector, ICollector
Methods
Name | Description |
---|---|
CreateTermGroupFacetCollector(String, String, Boolean, BytesRef, Int32) | Factory method for creating the right implementation based on the fact whether the facet field contains multiple tokens per documents. |