Class AbstractDistinctValuesCollector.GroupCount<TGroupValue>
Returned by Groups, representing the value and set of distinct values for the group.
Inheritance
Implements
Inherited Members
Namespace: Lucene.Net.Search.Grouping
Assembly: Lucene.Net.Grouping.dll
Syntax
public abstract class AbstractDistinctValuesCollector.GroupCount<TGroupValue> : 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
GroupCount(TGroupValue)
Returned by Groups, representing the value and set of distinct values for the group.
Declaration
protected GroupCount(TGroupValue groupValue)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TGroupValue | groupValue | 
Remarks
LUCENENET - removed this class from being a nested class of AbstractDistinctValuesCollector<GC> and renamed from GroupCount to AbstractGroupCount
Properties
GroupValue
Returned by Groups, representing the value and set of distinct values for the group.
Declaration
public TGroupValue GroupValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| TGroupValue | 
Remarks
LUCENENET - removed this class from being a nested class of AbstractDistinctValuesCollector<GC> and renamed from GroupCount to AbstractGroupCount
UniqueValues
Returned by Groups, representing the value and set of distinct values for the group.
Declaration
public IEnumerable<TGroupValue> UniqueValues { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| IEnumerable<TGroupValue> | 
Remarks
LUCENENET - removed this class from being a nested class of AbstractDistinctValuesCollector<GC> and renamed from GroupCount to AbstractGroupCount