Class TermAllGroupHeadsCollector
LUCENENET specific class used to mimic the synatax used to access static members of TermAllGroupHeadsCollector<GH> without specifying its generic closing type. (TermAllGroupHeadsCollector.Create() rather than TermAllGroupHeadsCollector{GH}.Create()).
Inheritance
System.Object
TermAllGroupHeadsCollector
Assembly: Lucene.Net.Grouping.dll
Syntax
public class TermAllGroupHeadsCollector : object
Methods
Name | Description |
---|---|
Create(String, Sort) | Creates an AbstractAllGroupHeadsCollector instance based on the supplied arguments. This factory method decides with implementation is best suited. Delegates to Create(String, Sort, Int32) with an initialSize of 128. |
Create(String, Sort, Int32) | Creates an AbstractAllGroupHeadsCollector instance based on the supplied arguments. This factory method decides with implementation is best suited. |