Interface IDecayFunction
Assembly: OpenSearch.Client.dll
Syntax
public interface IDecayFunction : IScoreFunction
Properties
|
Edit this page
View Source
Decay
Declaration
[DataMember(Name = "decay")]
double? Decay { get; set; }
Property Value
|
Edit this page
View Source
DecayType
Declaration
string DecayType { get; }
Property Value
|
Edit this page
View Source
Field
Declaration
Field Field { get; set; }
Property Value
|
Edit this page
View Source
MultiValueMode
Declaration
[DataMember(Name = "multi_value_mode")]
MultiValueMode? MultiValueMode { get; set; }
Property Value
Extension Methods