Class CollectedSearchGroup<TGroupValue>
Expert: representation of a group in AbstractFirstPassGroupingCollector<TGroupValue>, tracking the top doc and FieldComparer slot.
This is a Lucene.NET INTERNAL API, use at your own risk
Inherited Members
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  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
| Improve this Doc View SourceComparerSlot
Declaration
public int ComparerSlot { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
TopDoc
Declaration
public int TopDoc { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |