Search Results for

    Show / Hide Table of Contents

    Class SpanNearQuery

    Inheritance
    object
    QueryBase
    SpanNearQuery
    Implements
    ISpanNearQuery
    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 SpanNearQuery : QueryBase, ISpanNearQuery, ISpanSubQuery, IQuery

    Properties

    | Edit this page View Source

    Clauses

    Declaration
    public IEnumerable<ISpanQuery> Clauses { get; set; }
    Property Value
    Type Description
    IEnumerable<ISpanQuery>
    | 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

    InOrder

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

    Slop

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

    Implements

    ISpanNearQuery
    ISpanSubQuery
    IQuery

    Extension Methods

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