Class TermDistinctValuesCollector
A term based implementation of AbstractDistinctValuesCollector{TermDistinctValuesCollector.GroupCount} that relies on SortedDocValues to count the distinct values per group.
@lucene.experimental
Inheritance
System.Object
TermDistinctValuesCollector
Inherited Members
Assembly: Lucene.Net.Grouping.dll
Syntax
public class TermDistinctValuesCollector : AbstractDistinctValuesCollector<TermDistinctValuesCollector.GroupCount>, IAbstractDistinctValuesCollector<TermDistinctValuesCollector.GroupCount>, ICollector
Constructors
Name | Description |
---|---|
TermDistinctValuesCollector(String, String, IEnumerable<ISearchGroup<BytesRef>>) | Constructs TermDistinctValuesCollector instance. |
Properties
Name | Description |
---|---|
Groups |
Methods
Name | Description |
---|---|
Collect(Int32) | |
SetNextReader(AtomicReaderContext) |