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
      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>, ICollectedSearchGroupType 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 |