Uses of Class
org.apache.lucene.search.TopDocsCollector
-
Packages that use TopDocsCollector Package Description org.apache.lucene.search Code to search indices.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 TopDocsCollector in org.apache.lucene.search
Subclasses of TopDocsCollector in org.apache.lucene.search Modifier and Type Class Description class
TopFieldCollector
class
TopScoreDocCollector
-
Uses of TopDocsCollector in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as TopDocsCollector Modifier and Type Field Description TopDocsCollector<?>
AbstractSecondPassGroupingCollector.SearchGroupDocs. collector
Constructors in org.apache.lucene.search.grouping with parameters of type TopDocsCollector Constructor Description SearchGroupDocs(GROUP_VALUE_TYPE groupValue, TopDocsCollector<?> collector)
-