Search Results for

    Show / Hide Table of Contents

    Class BoostingQuery

    Inheritance
    object
    QueryBase
    BoostingQuery
    Implements
    IBoostingQuery
    IQuery
    Inherited Members
    QueryBase.Boost
    QueryBase.IsStrict
    QueryBase.IsVerbatim
    QueryBase.IsWritable
    QueryBase.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class BoostingQuery : QueryBase, IBoostingQuery, IQuery

    Properties

    | Edit this page View Source

    Conditionless

    Declaration
    protected override bool Conditionless { get; }
    Property Value
    Type Description
    bool
    Overrides
    QueryBase.Conditionless
    | Edit this page View Source

    NegativeBoost

    Declaration
    public double? NegativeBoost { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    NegativeQuery

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

    PositiveQuery

    Declaration
    public QueryContainer PositiveQuery { get; set; }
    Property Value
    Type Description
    QueryContainer

    Implements

    IBoostingQuery
    IQuery

    Extension Methods

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