Uses of Class
org.apache.lucene.search.SimpleCollector
Packages that use SimpleCollector
Package
Description
Misc search implementations.
Monitoring framework
Grouping.
Support for index-time and query-time joins.
Support for document suggestion
-
Uses of SimpleCollector in org.apache.lucene.misc.search
Subclasses of SimpleCollector in org.apache.lucene.misc.searchModifier and TypeClassDescriptionclassBitset collector which supports memory tracking -
Uses of SimpleCollector in org.apache.lucene.monitor
Subclasses of SimpleCollector in org.apache.lucene.monitorModifier and TypeClassDescriptionprivate class(package private) static final classA Collector that decodes the stored query for each document hit reparsing them everytime.(package private) static final classA Collector that decodes the stored query for each document hit. -
Uses of SimpleCollector in org.apache.lucene.search.grouping
Subclasses of SimpleCollector in org.apache.lucene.search.groupingModifier and TypeClassDescriptionclassThis collector specializes in collecting the most relevant document (group head) for each group that matches the query.private static classSpecialized implementation for sorting by scoreprivate static classGeneral implementation using aFieldComparatorto select the group headclassA collector that collects all groups that match the query.classBlockGroupingCollector performs grouping with a single pass collector, as long as you are grouping by a doc block field, ie all documents sharing a given group value were indexed as a doc block using the atomicIndexWriter.addDocuments()orIndexWriter.updateDocuments()API.classA second pass grouping collector that keeps track of distinct values for a specified field for the top N group.private static classclassFirstPassGroupingCollector is the first of two passes necessary to collect grouped hits.classBase class for computing grouped facets.classSecondPassGroupingCollector runs over an already collected set of groups, further applying aGroupReducerto each groupclassAn implementation ofGroupFacetCollectorthat computes grouped facets based on the indexed terms from DocValues.(package private) static class(package private) static classclassA second-pass collector that collects the TopDocs for each group, and returns them as aTopGroupsobjectprivate static class -
Uses of SimpleCollector in org.apache.lucene.search.join
Subclasses of SimpleCollector in org.apache.lucene.search.joinModifier and TypeClassDescription(package private) class(package private) classTermsCollector<DV>A collector that collects all terms from a specified field matching the query.(package private) static class(package private) static class(package private) class(package private) static class(package private) static class(package private) static class(package private) static class -
Uses of SimpleCollector in org.apache.lucene.search.suggest.document
Subclasses of SimpleCollector in org.apache.lucene.search.suggest.documentModifier and TypeClassDescriptionclassCollectorthat collects completion and score, along with document id