Interface IFieldValueFactorFunction
Assembly: OpenSearch.Client.dll
Syntax
public interface IFieldValueFactorFunction : IScoreFunction
Properties
|
Edit this page
View Source
Factor
Declaration
[DataMember(Name = "factor")]
double? Factor { get; set; }
Property Value
|
Edit this page
View Source
Field
Declaration
[DataMember(Name = "field")]
Field Field { get; set; }
Property Value
|
Edit this page
View Source
Missing
Declaration
[DataMember(Name = "missing")]
double? Missing { get; set; }
Property Value
|
Edit this page
View Source
Modifier
Declaration
[DataMember(Name = "modifier")]
FieldValueFactorModifier? Modifier { get; set; }
Property Value
Extension Methods