Search Results for

    Show / Hide Table of Contents

    Interface IDecayFunction

    Inherited Members
    IScoreFunction.Filter
    IScoreFunction.Weight
    Namespace: OpenSearch.Client
    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
    Type Description
    double?
    | Edit this page View Source

    DecayType

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

    Field

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

    MultiValueMode

    Declaration
    [DataMember(Name = "multi_value_mode")]
    MultiValueMode? MultiValueMode { get; set; }
    Property Value
    Type Description
    MultiValueMode?

    Extension Methods

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