Interface ISearchGroup<TGroupValue>
LUCENENET specific interface used to provide covariance with the TGroupValue type to simulate Java's wildcard generics.
Assembly: Lucene.Net.Grouping.dll
Syntax
public interface ISearchGroup<out TGroupValue>
Type Parameters
Name | Description |
---|---|
TGroupValue |
Properties
Name | Description |
---|---|
GroupValue | The value that defines this group |
SortValues | The sort values used during sorting. These are the
groupSort field values of the highest rank document
(by the groupSort) within the group. Can be
|