Search Results for

    Show / Hide Table of Contents

    Class DecayFunctionBase<TOrigin, TScale>

    Inheritance
    object
    FunctionScoreFunctionBase
    DecayFunctionBase<TOrigin, TScale>
    ExponentialDecayFunctionBase<TOrigin, TScale>
    GaussDecayFunctionBase<TOrigin, TScale>
    LinearDecayFunctionBase<TOrigin, TScale>
    Implements
    IDecayFunction<TOrigin, TScale>
    IDecayFunction
    IScoreFunction
    Inherited Members
    FunctionScoreFunctionBase.Filter
    FunctionScoreFunctionBase.Weight
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    double?
    | Edit this page View Source

    DecayType

    Declaration
    protected abstract string DecayType { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Field

    Declaration
    public Field Field { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    MultiValueMode

    Declaration
    public MultiValueMode? MultiValueMode { get; set; }
    Property Value
    Type Description
    MultiValueMode?
    | Edit this page View Source

    Offset

    Declaration
    public TScale Offset { get; set; }
    Property Value
    Type Description
    TScale
    | Edit this page View Source

    Origin

    Declaration
    public TOrigin Origin { get; set; }
    Property Value
    Type Description
    TOrigin
    | Edit this page View Source

    Scale

    Declaration
    public TScale Scale { get; set; }
    Property Value
    Type Description
    TScale

    Implements

    IDecayFunction<TOrigin, TScale>
    IDecayFunction
    IScoreFunction

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Decay
      • DecayType
      • Field
      • MultiValueMode
      • Offset
      • Origin
      • Scale
    • Implements
    • Extension Methods
    Back to top Generated by DocFX