Interface ICollectedSearchGroup
LUCENENET specific interface for passing/comparing the CollectedSearchGroup without referencing its generic closing type
Namespace: Lucene.Net.Search.Grouping
Assembly: Lucene.Net.Grouping.dll
Syntax
public interface ICollectedSearchGroup
Properties
| Improve this Doc View SourceComparerSlot
Declaration
int ComparerSlot { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
TopDoc
Declaration
int TopDoc { get; }
Property Value
Type | Description |
---|---|
System.Int32 |