Search Results for

    Show / Hide Table of Contents

    Class SpanNotQuery

    Inheritance
    object
    QueryBase
    SpanNotQuery
    Implements
    ISpanNotQuery
    ISpanSubQuery
    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 SpanNotQuery : QueryBase, ISpanNotQuery, ISpanSubQuery, 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

    Dist

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

    Exclude

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

    Include

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

    Post

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

    Pre

    Declaration
    public int? Pre { get; set; }
    Property Value
    Type Description
    int?

    Implements

    ISpanNotQuery
    ISpanSubQuery
    IQuery

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Conditionless
      • Dist
      • Exclude
      • Include
      • Post
      • Pre
    • Implements
    • Extension Methods
    Back to top Generated by DocFX