Package org.apache.lucene.search.join
Interface GenericTermsCollector
- All Superinterfaces:
Collector
- All Known Implementing Classes:
TermsWithScoreCollector
,TermsWithScoreCollector.MV
,TermsWithScoreCollector.MV.Avg
,TermsWithScoreCollector.SV
,TermsWithScoreCollector.SV.Avg
-
Method Summary
Modifier and TypeMethodDescriptionstatic GenericTermsCollector
createCollectorMV
(DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction, ScoreMode mode) static GenericTermsCollector
createCollectorSV
(DocValuesTermsCollector.Function<SortedDocValues> svFunction, ScoreMode mode) float[]
verbose
(PrintStream out, DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction) static GenericTermsCollector
wrap
(TermsCollector<?> collector) Methods inherited from interface org.apache.lucene.search.Collector
getLeafCollector, scoreMode
-
Method Details
-
getCollectedTerms
BytesRefHash getCollectedTerms() -
getScoresPerTerm
float[] getScoresPerTerm() -
createCollectorMV
static GenericTermsCollector createCollectorMV(DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction, ScoreMode mode) -
verbose
static DocValuesTermsCollector.Function<SortedSetDocValues> verbose(PrintStream out, DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction) -
createCollectorSV
static GenericTermsCollector createCollectorSV(DocValuesTermsCollector.Function<SortedDocValues> svFunction, ScoreMode mode) -
wrap
-