Uses of Class
org.apache.lucene.search.grouping.AbstractAllGroupsCollector
-
Packages that use AbstractAllGroupsCollector 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 AbstractAllGroupsCollector in org.apache.lucene.search.grouping
Subclasses of AbstractAllGroupsCollector in org.apache.lucene.search.grouping Modifier and Type Class Description class
TermAllGroupsCollector
A collector that collects all groups that match the query.
-