Uses of Class
org.apache.lucene.search.grouping.AbstractAllGroupHeadsCollector
-
Packages that use AbstractAllGroupHeadsCollector Package Description org.apache.lucene.search.grouping This module enables search result grouping with Lucene, where hits with the same value in the specified single-valued group field are grouped together. -
-
Uses of AbstractAllGroupHeadsCollector in org.apache.lucene.search.grouping
Subclasses of AbstractAllGroupHeadsCollector in org.apache.lucene.search.grouping Modifier and Type Class Description classTermAllGroupHeadsCollector<GH extends AbstractAllGroupHeadsCollector.GroupHead>A base implementation ofAbstractAllGroupHeadsCollectorfor retrieving the most relevant groups when grouping on a string based group field.Methods in org.apache.lucene.search.grouping that return AbstractAllGroupHeadsCollector Modifier and Type Method Description static AbstractAllGroupHeadsCollectorTermAllGroupHeadsCollector. create(String groupField, Sort sortWithinGroup)Creates anAbstractAllGroupHeadsCollectorinstance based on the supplied arguments.static AbstractAllGroupHeadsCollectorTermAllGroupHeadsCollector. create(String groupField, Sort sortWithinGroup, int initialSize)Creates anAbstractAllGroupHeadsCollectorinstance based on the supplied arguments.
-