Class AbstractSecondPassGroupingCollector.SearchGroupDocs<TGroupValue>
Inheritance
System.Object
    AbstractSecondPassGroupingCollector.SearchGroupDocs<TGroupValue>
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Search.Grouping
Assembly: Lucene.Net.Grouping.dll
Syntax
public class SearchGroupDocs<TGroupValue>Type Parameters
| Name | Description | 
|---|---|
| TGroupValue | 
Constructors
| Improve this Doc View SourceSearchGroupDocs(TGroupValue, ITopDocsCollector)
Declaration
public SearchGroupDocs(TGroupValue groupValue, ITopDocsCollector collector)Parameters
| Type | Name | Description | 
|---|---|---|
| TGroupValue | groupValue | |
| Lucene.Net.Search.ITopDocsCollector | collector | 
Properties
| Improve this Doc View SourceCollector
Declaration
public ITopDocsCollector Collector { get; }Property Value
| Type | Description | 
|---|---|
| Lucene.Net.Search.ITopDocsCollector | 
GroupValue
Declaration
public TGroupValue GroupValue { get; }Property Value
| Type | Description | 
|---|---|
| TGroupValue |