Interface IAbstractDistinctValuesCollector<GC>
LUCENENET specific interface used to apply covariance to GC
Inherited Members
Namespace: Lucene.Net.Search.Grouping
Assembly: Lucene.Net.Grouping.dll
Syntax
public interface IAbstractDistinctValuesCollector<out GC> : ICollector
Type Parameters
Name | Description |
---|---|
GC |
Properties
| Improve this Doc View SourceGroups
Returns all unique values for each top N group.
Declaration
IEnumerable<GC> Groups { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<GC> | all unique values for each top N group |