Class CollectedSearchGroup<TGroupValue>
Inheritance
System.Object
CollectedSearchGroup<TGroupValue>
Assembly: Lucene.Net.Grouping.dll
Syntax
public class CollectedSearchGroup<TGroupValue> : SearchGroup<TGroupValue>, ISearchGroup<TGroupValue>, ICollectedSearchGroup
Type Parameters
Name |
Description |
TGroupValue |
|
Properties
|
Improve this Doc
View Source
ComparerSlot
Declaration
public int ComparerSlot { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TopDoc
Declaration
public int TopDoc { get; }
Property Value
Type |
Description |
System.Int32 |
|
Implements