Package | Description |
---|---|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
Modifier and Type | Field and Description |
---|---|
private DocValuesTermsCollector.Function<DV> |
DocValuesTermsCollector.docValuesCall |
Modifier and Type | Method and Description |
---|---|
(package private) static DocValuesTermsCollector.Function<BinaryDocValues> |
DocValuesTermsCollector.binaryDocValues(java.lang.String field) |
(package private) static DocValuesTermsCollector.Function<SortedSetDocValues> |
DocValuesTermsCollector.sortedSetDocValues(java.lang.String field) |
static DocValuesTermsCollector.Function<SortedSetDocValues> |
GenericTermsCollector.verbose(java.io.PrintStream out,
DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction) |
Modifier and Type | Method and Description |
---|---|
static GenericTermsCollector |
GenericTermsCollector.createCollectorMV(DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction,
ScoreMode mode) |
static GenericTermsCollector |
GenericTermsCollector.createCollectorSV(DocValuesTermsCollector.Function<BinaryDocValues> svFunction,
ScoreMode mode) |
static DocValuesTermsCollector.Function<SortedSetDocValues> |
GenericTermsCollector.verbose(java.io.PrintStream out,
DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction) |
Constructor and Description |
---|
Avg(DocValuesTermsCollector.Function<BinaryDocValues> docValuesCall) |
Avg(DocValuesTermsCollector.Function<SortedSetDocValues> docValuesCall) |
DocValuesTermsCollector(DocValuesTermsCollector.Function<DV> docValuesCall) |
MV(DocValuesTermsCollector.Function<SortedSetDocValues> docValuesCall) |
MV(DocValuesTermsCollector.Function<SortedSetDocValues> docValuesCall,
ScoreMode scoreMode) |
SV(DocValuesTermsCollector.Function<BinaryDocValues> docValuesCall) |
SV(DocValuesTermsCollector.Function<BinaryDocValues> docValuesCall,
ScoreMode scoreMode) |
TermsCollector(DocValuesTermsCollector.Function<DV> docValuesCall) |
TermsWithScoreCollector(DocValuesTermsCollector.Function<DV> docValuesCall,
ScoreMode scoreMode) |