Search Results for

    Show / Hide Table of Contents

    Interface IFunctionScoreQuery

    Inherited Members
    IQuery.Boost
    IQuery.Conditionless
    IQuery.IsStrict
    IQuery.IsVerbatim
    IQuery.IsWritable
    IQuery.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IFunctionScoreQuery : IQuery

    Properties

    | Edit this page View Source

    BoostMode

    Declaration
    [DataMember(Name = "boost_mode")]
    FunctionBoostMode? BoostMode { get; set; }
    Property Value
    Type Description
    FunctionBoostMode?
    | Edit this page View Source

    Functions

    Declaration
    [DataMember(Name = "functions")]
    IEnumerable<IScoreFunction> Functions { get; set; }
    Property Value
    Type Description
    IEnumerable<IScoreFunction>
    | Edit this page View Source

    MaxBoost

    Declaration
    [DataMember(Name = "max_boost")]
    double? MaxBoost { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    MinScore

    Declaration
    [DataMember(Name = "min_score")]
    double? MinScore { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Query

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

    ScoreMode

    Declaration
    [DataMember(Name = "score_mode")]
    FunctionScoreMode? ScoreMode { get; set; }
    Property Value
    Type Description
    FunctionScoreMode?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • BoostMode
      • Functions
      • MaxBoost
      • MinScore
      • Query
      • ScoreMode
    • Extension Methods
    Back to top Generated by DocFX