Module org.apache.lucene.join
Package org.apache.lucene.search.join
Class DocValuesTermsCollector<DV>
java.lang.Object
org.apache.lucene.search.SimpleCollector
org.apache.lucene.search.join.DocValuesTermsCollector<DV>
- All Implemented Interfaces:
Collector,LeafCollector
- Direct Known Subclasses:
TermsCollector,TermsWithScoreCollector
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voiddoSetNextReader(LeafReaderContext context) This method is called before collectingcontext.(package private) static DocValuesTermsCollector.Function<SortedDocValues>sortedDocValues(String field) (package private) static DocValuesTermsCollector.Function<SortedSetDocValues>sortedSetDocValues(String field) Methods inherited from class org.apache.lucene.search.SimpleCollector
collect, getLeafCollector, setScorerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.search.LeafCollector
competitiveIterator
-
Field Details
-
docValues
-
docValuesCall
-
-
Constructor Details
-
DocValuesTermsCollector
-
-
Method Details
-
doSetNextReader
Description copied from class:SimpleCollectorThis method is called before collectingcontext.- Overrides:
doSetNextReaderin classSimpleCollector- Throws:
IOException
-
sortedDocValues
-
sortedSetDocValues
-