Interface AbstractDistinctValuesCollector.IGroupCount<TGroupValue>
LUCENENET specific interface used to apply covariance to TGroupValue
Assembly: Lucene.Net.Grouping.dll
Syntax
public interface IGroupCount<out TGroupValue>
Type Parameters
Name |
Description |
TGroupValue |
|
Properties
|
Improve this Doc
View Source
GroupValue
Declaration
TGroupValue GroupValue { get; }
Property Value
Type |
Description |
TGroupValue |
|
|
Improve this Doc
View Source
UniqueValues
Declaration
IEnumerable<TGroupValue> UniqueValues { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<TGroupValue> |
|