Search Results for

    Show / Hide Table of Contents

    Interface IScoreFunction

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IScoreFunction

    Properties

    | Edit this page View Source

    Filter

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

    Weight

    Declaration
    [DataMember(Name = "weight")]
    double? Weight { get; set; }
    Property Value
    Type Description
    double?

    Extension Methods

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