Search Results for

    Show / Hide Table of Contents

    Interface IBoostingQuery

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

    Properties

    | Edit this page View Source

    NegativeBoost

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

    NegativeQuery

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

    PositiveQuery

    Declaration
    [DataMember(Name = "positive")]
    QueryContainer PositiveQuery { get; set; }
    Property Value
    Type Description
    QueryContainer

    Extension Methods

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