Class FieldValueFactorFunction
Inheritance
FieldValueFactorFunction
Assembly: OpenSearch.Client.dll
Syntax
public class FieldValueFactorFunction : FunctionScoreFunctionBase, IFieldValueFactorFunction, IScoreFunction
Properties
|
Edit this page
View Source
Factor
Declaration
public double? Factor { get; set; }
Property Value
|
Edit this page
View Source
Field
Declaration
public Field Field { get; set; }
Property Value
|
Edit this page
View Source
Missing
Declaration
public double? Missing { get; set; }
Property Value
|
Edit this page
View Source
Modifier
Declaration
public FieldValueFactorModifier? Modifier { get; set; }
Property Value
Implements
Extension Methods