Search Results for

    Show / Hide Table of Contents

    Class SpanNearQueryDescriptor<T>

    Inheritance
    object
    DescriptorBase<SpanNearQueryDescriptor<T>, ISpanNearQuery>
    QueryDescriptorBase<SpanNearQueryDescriptor<T>, ISpanNearQuery>
    SpanNearQueryDescriptor<T>
    Implements
    IDescriptor
    ISpanNearQuery
    ISpanSubQuery
    IQuery
    Inherited Members
    QueryDescriptorBase<SpanNearQueryDescriptor<T>, ISpanNearQuery>.Conditionless
    QueryDescriptorBase<SpanNearQueryDescriptor<T>, ISpanNearQuery>.Name(string)
    QueryDescriptorBase<SpanNearQueryDescriptor<T>, ISpanNearQuery>.Boost(double?)
    QueryDescriptorBase<SpanNearQueryDescriptor<T>, ISpanNearQuery>.Verbatim(bool)
    QueryDescriptorBase<SpanNearQueryDescriptor<T>, ISpanNearQuery>.Strict(bool)
    DescriptorBase<SpanNearQueryDescriptor<T>, ISpanNearQuery>.Self
    DescriptorBase<SpanNearQueryDescriptor<T>, ISpanNearQuery>.Assign<TValue>(TValue, Action<ISpanNearQuery, TValue>)
    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 SpanNearQueryDescriptor<T> : QueryDescriptorBase<SpanNearQueryDescriptor<T>, ISpanNearQuery>, IDescriptor, ISpanNearQuery, ISpanSubQuery, IQuery where T : class
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    Conditionless

    Whether the query is conditionless. A conditionless query is not serialized as part of the request sent to OpenSearch.

    Declaration
    protected override bool Conditionless { get; }
    Property Value
    Type Description
    bool
    Overrides
    QueryDescriptorBase<SpanNearQueryDescriptor<T>, ISpanNearQuery>.Conditionless

    Methods

    | Edit this page View Source

    Clauses(IEnumerable<Func<SpanQueryDescriptor<T>, SpanQueryDescriptor<T>>>)

    Declaration
    public SpanNearQueryDescriptor<T> Clauses(IEnumerable<Func<SpanQueryDescriptor<T>, SpanQueryDescriptor<T>>> selectors)
    Parameters
    Type Name Description
    IEnumerable<Func<SpanQueryDescriptor<T>, SpanQueryDescriptor<T>>> selectors
    Returns
    Type Description
    SpanNearQueryDescriptor<T>
    | Edit this page View Source

    Clauses(params Func<SpanQueryDescriptor<T>, SpanQueryDescriptor<T>>[])

    Declaration
    public SpanNearQueryDescriptor<T> Clauses(params Func<SpanQueryDescriptor<T>, SpanQueryDescriptor<T>>[] selectors)
    Parameters
    Type Name Description
    Func<SpanQueryDescriptor<T>, SpanQueryDescriptor<T>>[] selectors
    Returns
    Type Description
    SpanNearQueryDescriptor<T>
    | Edit this page View Source

    InOrder(bool?)

    Declaration
    public SpanNearQueryDescriptor<T> InOrder(bool? inOrder = true)
    Parameters
    Type Name Description
    bool? inOrder
    Returns
    Type Description
    SpanNearQueryDescriptor<T>
    | Edit this page View Source

    Slop(int?)

    Declaration
    public SpanNearQueryDescriptor<T> Slop(int? slop)
    Parameters
    Type Name Description
    int? slop
    Returns
    Type Description
    SpanNearQueryDescriptor<T>

    Implements

    IDescriptor
    ISpanNearQuery
    ISpanSubQuery
    IQuery

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Conditionless
    • Methods
      • Clauses(IEnumerable<Func<SpanQueryDescriptor<T>, SpanQueryDescriptor<T>>>)
      • Clauses(params Func<SpanQueryDescriptor<T>, SpanQueryDescriptor<T>>[])
      • InOrder(bool?)
      • Slop(int?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX