Interface ITopGroups<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 ITopGroups<out TGroupValue>
Type Parameters
Name | Description |
---|---|
TGroupValue |
Properties
Name | Description |
---|---|
Groups | Group results in groupSort order |
GroupSort | How groups are sorted against each other |
MaxScore | Highest score across all hits, or
|
TotalGroupCount | The total number of unique groups. If |
TotalGroupedHitCount | Number of documents grouped into the topN groups |
TotalHitCount | Number of documents matching the search |
WithinGroupSort | How docs are sorted within each group |