Class CollectedSearchGroup<TGroupValue>
Expert: representation of a group in AbstractFirstPassGroupingCollector<TGroupValue>, tracking the top doc and Lucene.Net.Search.FieldComparer slot.
Note
This API is for internal purposes only and might change in incompatible ways in the next release.
Inherited Members
Namespace: Lucene.Net.Search.Grouping
Assembly: Lucene.Net.Grouping.dll
Syntax
public class CollectedSearchGroup<TGroupValue> : SearchGroup<TGroupValue>, ISearchGroup<TGroupValue>, ICollectedSearchGroup
Type Parameters
Name | Description |
---|---|
TGroupValue |
Properties
ComparerSlot
Expert: representation of a group in AbstractFirstPassGroupingCollector<TGroupValue>, tracking the top doc and Lucene.Net.Search.FieldComparer slot.
Note
This API is for internal purposes only and might change in incompatible ways in the next release.
Declaration
public int ComparerSlot { get; }
Property Value
Type | Description |
---|---|
int |
TopDoc
Expert: representation of a group in AbstractFirstPassGroupingCollector<TGroupValue>, tracking the top doc and Lucene.Net.Search.FieldComparer slot.
Note
This API is for internal purposes only and might change in incompatible ways in the next release.
Declaration
public int TopDoc { get; }
Property Value
Type | Description |
---|---|
int |