Interface IAbstractAllGroupsCollector<TGroupValue>
LUCENENET specific interface used to apply covariance to TGroupValue
Inherited Members
Assembly: Lucene.Net.Grouping.dll
Syntax
public interface IAbstractAllGroupsCollector<out TGroupValue> : ICollector
Type Parameters
Name | Description |
---|---|
TGroupValue |
Properties
Name | Description |
---|---|
GroupCount | Returns the total number of groups for the executed search. This is a convenience method. The following code snippet has the same effect:
|
Groups | Returns the group values This is an unordered collections of group values. For each group that matched the query there is a BytesRef representing a group value. |