Class TermAllGroupHeadsCollector<GH>
A base implementation of AbstractAllGroupHeadsCollector<GH> for retrieving the most relevant groups when grouping on a string based group field. More specifically this all concrete implementations of this base implementation use Lucene.Net.Index.SortedDocValues.
Note
This API is experimental and might change in incompatible ways in the next release.
Inheritance
System.Object
    
    
    TermAllGroupHeadsCollector<GH>
  Implements
Lucene.Net.Search.ICollector
  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.Terms
Assembly: Lucene.Net.Grouping.dll
Syntax
public abstract class TermAllGroupHeadsCollector<GH> : AbstractAllGroupHeadsCollector<GH>, ICollector where GH : AbstractAllGroupHeadsCollector_GroupHeadType Parameters
| Name | Description | 
|---|---|
| GH | 
Constructors
| Improve this Doc View SourceTermAllGroupHeadsCollector(String, Int32)
Declaration
protected TermAllGroupHeadsCollector(string groupField, int numberOfSorts)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | groupField | |
| System.Int32 | numberOfSorts | 
Implements
      Lucene.Net.Search.ICollector