Class AbstractDistinctValuesCollector.GroupCount<TGroupValue>
Returned by Groups, representing the value and set of distinct values for the group.
Inheritance
System.Object
AbstractDistinctValuesCollector.GroupCount<TGroupValue>
Assembly: Lucene.Net.Grouping.dll
Syntax
public abstract class GroupCount<TGroupValue> : object, AbstractDistinctValuesCollector.IGroupCount<TGroupValue>
Type Parameters
Name | Description |
---|---|
TGroupValue |
Remarks
LUCENENET - removed this class from being a nested class of AbstractDistinctValuesCollector<GC> and renamed from GroupCount to AbstractGroupCount
Constructors
Name | Description |
---|---|
GroupCount(TGroupValue) |
Properties
Name | Description |
---|---|
GroupValue | |
UniqueValues |