Uses of Class
org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
-
Packages that use FieldValueFactorFunctionBuilder Package Description org.elasticsearch.index.query.functionscore -
-
Uses of FieldValueFactorFunctionBuilder in org.elasticsearch.index.query.functionscore
Methods in org.elasticsearch.index.query.functionscore that return FieldValueFactorFunctionBuilder Modifier and Type Method Description FieldValueFactorFunctionBuilderFieldValueFactorFunctionBuilder. factor(float boostFactor)static FieldValueFactorFunctionBuilderFieldValueFactorFunctionBuilder. fromXContent(XContentParser parser)FieldValueFactorFunctionBuilderFieldValueFactorFunctionBuilder. missing(double missing)Value used instead of the field value for documents that don't have that field defined.FieldValueFactorFunctionBuilderFieldValueFactorFunctionBuilder. modifier(FieldValueFactorFunction.Modifier modifier)Methods in org.elasticsearch.index.query.functionscore with parameters of type FieldValueFactorFunctionBuilder Modifier and Type Method Description protected booleanFieldValueFactorFunctionBuilder. doEquals(FieldValueFactorFunctionBuilder functionBuilder)
-