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
TermAllGroupHeadsCollector<GH>
Implements
ICollector
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
TermAllGroupHeadsCollector(string, int)
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.
Declaration
protected TermAllGroupHeadsCollector(string groupField, int numberOfSorts)
Parameters
Type | Name | Description |
---|---|---|
string | groupField | |
int | numberOfSorts |
Implements
Lucene.Net.Search.ICollector