Search Results for

    Show / Hide Table of Contents

    Class SpanQuery

    Inheritance
    object
    SpanQuery
    Implements
    ISpanQuery
    IQuery
    Inherited Members
    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 SpanQuery : ISpanQuery, IQuery

    Properties

    | Edit this page View Source

    IsStrict

    Whether the query should be treated as strict. A strict query will throw an exception when serialized if it is Conditionless.

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

    IsVerbatim

    Whether the query should be treated as verbatim. A verbatim query will be serialized as part of the request, irrespective of whether it is Conditionless or not.

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

    IsWritable

    Declaration
    public bool IsWritable { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    SpanContaining

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

    SpanFieldMasking

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

    SpanFirst

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

    SpanGap

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

    SpanMultiTerm

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

    SpanNear

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

    SpanNot

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

    SpanOr

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

    SpanTerm

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

    SpanWithin

    Declaration
    public ISpanWithinQuery SpanWithin { get; set; }
    Property Value
    Type Description
    ISpanWithinQuery

    Methods

    | Edit this page View Source

    Accept(IQueryVisitor)

    Declaration
    public void Accept(IQueryVisitor visitor)
    Parameters
    Type Name Description
    IQueryVisitor visitor

    Implements

    ISpanQuery
    IQuery

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • IsStrict
      • IsVerbatim
      • IsWritable
      • SpanContaining
      • SpanFieldMasking
      • SpanFirst
      • SpanGap
      • SpanMultiTerm
      • SpanNear
      • SpanNot
      • SpanOr
      • SpanTerm
      • SpanWithin
    • Methods
      • Accept(IQueryVisitor)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX