Interface AbstractDistinctValuesCollector.IGroupCount<TGroupValue>
LUCENENET specific interface used to apply covariance to TGroupValue
Namespace: Lucene.Net.Search.Grouping
Assembly: Lucene.Net.Grouping.dll
Syntax
public interface AbstractDistinctValuesCollector.IGroupCount<out TGroupValue>
Type Parameters
| Name | Description |
|---|---|
| TGroupValue |
Properties
GroupValue
LUCENENET specific interface used to apply covariance to TGroupValue
Declaration
TGroupValue GroupValue { get; }
Property Value
| Type | Description |
|---|---|
| TGroupValue |
UniqueValues
LUCENENET specific interface used to apply covariance to TGroupValue
Declaration
IEnumerable<out TGroupValue> UniqueValues { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<TGroupValue> |