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.
|
org.apache.lucene.search.grouping |
Grouping.
|
Modifier and Type | Method and Description |
---|---|
FunctionValues.ValueFiller |
FunctionValues.getValueFiller() |
Modifier and Type | Method and Description |
---|---|
FunctionValues.ValueFiller |
BoolDocValues.getValueFiller() |
FunctionValues.ValueFiller |
FloatDocValues.getValueFiller() |
FunctionValues.ValueFiller |
LongDocValues.getValueFiller() |
FunctionValues.ValueFiller |
DoubleDocValues.getValueFiller() |
FunctionValues.ValueFiller |
StrDocValues.getValueFiller() |
FunctionValues.ValueFiller |
IntDocValues.getValueFiller() |
FunctionValues.ValueFiller |
DocTermsIndexDocValues.getValueFiller() |
Modifier and Type | Method and Description |
---|---|
FunctionValues.ValueFiller |
MultiFunction.Values.getValueFiller() |
FunctionValues.ValueFiller |
QueryDocValues.getValueFiller() |
Modifier and Type | Field and Description |
---|---|
private FunctionValues.ValueFiller |
ValueSourceGroupSelector.filler |