Package | Description |
---|---|
org.apache.lucene.queries.function |
Queries that compute score based upon a function.
|
org.apache.lucene.queries.function.docvalues |
FunctionValues for different data types.
|
org.apache.lucene.queries.function.valuesource |
A variety of functions to use with FunctionQuery.
|
Modifier and Type | Method and Description |
---|---|
FunctionValues.ValueFiller |
FunctionValues.getValueFiller() |
Modifier and Type | Method and Description |
---|---|
FunctionValues.ValueFiller |
StrDocValues.getValueFiller() |
FunctionValues.ValueFiller |
LongDocValues.getValueFiller() |
FunctionValues.ValueFiller |
IntDocValues.getValueFiller() |
FunctionValues.ValueFiller |
FloatDocValues.getValueFiller() |
FunctionValues.ValueFiller |
DoubleDocValues.getValueFiller() |
FunctionValues.ValueFiller |
DocTermsIndexDocValues.getValueFiller() |
FunctionValues.ValueFiller |
BoolDocValues.getValueFiller() |
Modifier and Type | Method and Description |
---|---|
FunctionValues.ValueFiller |
MultiFunction.Values.getValueFiller() |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.