Class AbstractDistinctValuesCollector.GroupCount<TGroupValue>
Returned by Groups, representing the value and set of distinct values for the group.
Inheritance
System.Object
    AbstractDistinctValuesCollector.GroupCount<TGroupValue>
      
      
  Implements
AbstractDistinctValuesCollector.IGroupCount<TGroupValue>
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Search.Grouping
Assembly: Lucene.Net.Grouping.dll
Syntax
public abstract class 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
| Improve this Doc View SourceGroupCount(TGroupValue)
Declaration
protected GroupCount(TGroupValue groupValue)Parameters
| Type | Name | Description | 
|---|---|---|
| TGroupValue | groupValue | 
Properties
| Improve this Doc View SourceGroupValue
Declaration
public TGroupValue GroupValue { get; protected set; }Property Value
| Type | Description | 
|---|---|
| TGroupValue | 
UniqueValues
Declaration
public IEnumerable<TGroupValue> UniqueValues { get; protected set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<TGroupValue> |