Search Results for

    Show / Hide Table of Contents

    Class RawQuery

    Inheritance
    object
    QueryBase
    RawQuery
    Implements
    IRawQuery
    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 RawQuery : QueryBase, IRawQuery, IQuery

    Constructors

    | Edit this page View Source

    RawQuery()

    Declaration
    public RawQuery()
    | Edit this page View Source

    RawQuery(string)

    Declaration
    public RawQuery(string rawQuery)
    Parameters
    Type Name Description
    string rawQuery

    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

    Raw

    Declaration
    public string Raw { get; set; }
    Property Value
    Type Description
    string

    Implements

    IRawQuery
    IQuery

    Extension Methods

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