Uses of Class
org.apache.lucene.search.SimpleCollector
-
-
Uses of SimpleCollector in org.apache.lucene.search
Subclasses of SimpleCollector in org.apache.lucene.search Modifier and Type Class Description classTotalHitCountCollectorJust counts the total number of hits. -
Uses of SimpleCollector in org.apache.lucene.search.grouping
Subclasses of SimpleCollector in org.apache.lucene.search.grouping Modifier and Type Class Description classCollapsingTopDocsCollector<T>A collector that groups documents based on field values and returnsCollapseTopFieldDocsoutput.classFirstPassGroupingCollector<T>FirstPassGroupingCollector is the first of two passes necessary to collect grouped hits. -
Uses of SimpleCollector in org.apache.lucene.search.suggest.document
Subclasses of SimpleCollector in org.apache.lucene.search.suggest.document Modifier and Type Class Description classTopSuggestDocsCollectorCollectorthat collects completion and score, along with document id -
Uses of SimpleCollector in org.elasticsearch.action.search
Subclasses of SimpleCollector in org.elasticsearch.action.search Modifier and Type Class Description classMaxScoreCollectorA collector that computes the maximum score. -
Uses of SimpleCollector in org.elasticsearch.common.lucene
Subclasses of SimpleCollector in org.elasticsearch.common.lucene Modifier and Type Class Description classMinimumScoreCollector
-