| Package | Description |
|---|---|
| org.elasticsearch.common.lucene.search.function | |
| org.elasticsearch.index.query.functionscore.fieldvaluefactor |
| Modifier and Type | Method and Description |
|---|---|
static FieldValueFactorFunction.Modifier |
FieldValueFactorFunction.Modifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldValueFactorFunction.Modifier[] |
FieldValueFactorFunction.Modifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FieldValueFactorFunction(String field,
float boostFactor,
FieldValueFactorFunction.Modifier modifierType,
Double missing,
IndexNumericFieldData indexFieldData) |
| Modifier and Type | Method and Description |
|---|---|
FieldValueFactorFunctionBuilder |
FieldValueFactorFunctionBuilder.modifier(FieldValueFactorFunction.Modifier modifier) |
Copyright © 2009–2017. All rights reserved.