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 SortedDocValues.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
    
    
    TermAllGroupHeadsCollector<GH>
  Implements
Inherited Members
Namespace: Lucene.Net.Search.Grouping.Terms
Assembly: Lucene.Net.Grouping.dll
Syntax
public abstract class TermAllGroupHeadsCollector<GH> : AbstractAllGroupHeadsCollector<GH>, ICollector where GH : AbstractAllGroupHeadsCollector_GroupHead
  Type 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 |