Class SearchGroup<TGroupValue>
Represents a group that is found during the first pass search.
@lucene.experimental
Inheritance
System.Object
SearchGroup<TGroupValue>
Assembly: Lucene.Net.Grouping.dll
Syntax
public class SearchGroup<TGroupValue> : object, ISearchGroup<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
|
Methods
Name | Description |
---|---|
Equals(Object) | |
GetHashCode() | |
ToString() |