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 void
doSetNextReader
(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, setScorer
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.search.LeafCollector
collect, competitiveIterator, finish
-
Field Details
-
docValues
-
docValuesCall
-
-
Constructor Details
-
DocValuesTermsCollector
-
-
Method Details
-
doSetNextReader
Description copied from class:SimpleCollector
This method is called before collectingcontext
.- Overrides:
doSetNextReader
in classSimpleCollector
- Throws:
IOException
-
sortedDocValues
-
sortedSetDocValues
-