Class DecayFunctionBase<TOrigin, TScale>
Inheritance
DecayFunctionBase<TOrigin, TScale>
Assembly: OpenSearch.Client.dll
Syntax
public abstract class DecayFunctionBase<TOrigin, TScale> : FunctionScoreFunctionBase, IDecayFunction<TOrigin, TScale>, IDecayFunction, IScoreFunction
Type Parameters
Name |
Description |
TOrigin |
|
TScale |
|
Properties
|
Edit this page
View Source
Decay
Declaration
public double? Decay { get; set; }
Property Value
|
Edit this page
View Source
DecayType
Declaration
protected abstract string DecayType { get; }
Property Value
|
Edit this page
View Source
Field
Declaration
public Field Field { get; set; }
Property Value
|
Edit this page
View Source
MultiValueMode
Declaration
public MultiValueMode? MultiValueMode { get; set; }
Property Value
|
Edit this page
View Source
Offset
Declaration
public TScale Offset { get; set; }
Property Value
|
Edit this page
View Source
Origin
Declaration
public TOrigin Origin { get; set; }
Property Value
|
Edit this page
View Source
Scale
Declaration
public TScale Scale { get; set; }
Property Value
Implements
Extension Methods