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
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_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 |
Implements
Lucene.Net.Search.ICollector