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.
@lucene.experimental
Inheritance
System.Object
TermAllGroupHeadsCollector<GH>
Inherited Members
Assembly: Lucene.Net.Grouping.dll
Syntax
public abstract class TermAllGroupHeadsCollector<GH> : AbstractAllGroupHeadsCollector<GH>, ICollector where GH : AbstractAllGroupHeadsCollector_GroupHead
Type Parameters
Name | Description |
---|---|
GH |
Constructors
Name | Description |
---|---|
TermAllGroupHeadsCollector(String, Int32) |