Search Results for

    Show / Hide Table of Contents

    Interface IDecayFunction<TOrigin, TScale>

    Inherited Members
    IDecayFunction.Decay
    IDecayFunction.DecayType
    IDecayFunction.Field
    IDecayFunction.MultiValueMode
    IScoreFunction.Filter
    IScoreFunction.Weight
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IDecayFunction<TOrigin, TScale> : IDecayFunction, IScoreFunction
    Type Parameters
    Name Description
    TOrigin
    TScale

    Properties

    | Edit this page View Source

    Offset

    Declaration
    [DataMember(Name = "offset")]
    TScale Offset { get; set; }
    Property Value
    Type Description
    TScale
    | Edit this page View Source

    Origin

    Declaration
    [DataMember(Name = "origin")]
    TOrigin Origin { get; set; }
    Property Value
    Type Description
    TOrigin
    | Edit this page View Source

    Scale

    Declaration
    [DataMember(Name = "scale")]
    TScale Scale { get; set; }
    Property Value
    Type Description
    TScale

    Extension Methods

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