Search Results for

    Show / Hide Table of Contents

    Class SpanGapQueryDescriptor<T>

    Inheritance
    object
    DescriptorBase<SpanGapQueryDescriptor<T>, ISpanGapQuery>
    QueryDescriptorBase<SpanGapQueryDescriptor<T>, ISpanGapQuery>
    SpanGapQueryDescriptor<T>
    Implements
    IDescriptor
    ISpanGapQuery
    ISpanSubQuery
    IQuery
    Inherited Members
    QueryDescriptorBase<SpanGapQueryDescriptor<T>, ISpanGapQuery>.Conditionless
    QueryDescriptorBase<SpanGapQueryDescriptor<T>, ISpanGapQuery>.Name(string)
    QueryDescriptorBase<SpanGapQueryDescriptor<T>, ISpanGapQuery>.Boost(double?)
    QueryDescriptorBase<SpanGapQueryDescriptor<T>, ISpanGapQuery>.Verbatim(bool)
    QueryDescriptorBase<SpanGapQueryDescriptor<T>, ISpanGapQuery>.Strict(bool)
    DescriptorBase<SpanGapQueryDescriptor<T>, ISpanGapQuery>.Self
    DescriptorBase<SpanGapQueryDescriptor<T>, ISpanGapQuery>.Assign<TValue>(TValue, Action<ISpanGapQuery, 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
    [DataContract]
    public class SpanGapQueryDescriptor<T> : QueryDescriptorBase<SpanGapQueryDescriptor<T>, ISpanGapQuery>, IDescriptor, ISpanGapQuery, 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<SpanGapQueryDescriptor<T>, ISpanGapQuery>.Conditionless

    Methods

    | Edit this page View Source

    Field(Field)

    Declaration
    public SpanGapQueryDescriptor<T> Field(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    SpanGapQueryDescriptor<T>
    | Edit this page View Source

    Field<TValue>(Expression<Func<T, TValue>>)

    Declaration
    public SpanGapQueryDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> objectPath)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> objectPath
    Returns
    Type Description
    SpanGapQueryDescriptor<T>
    Type Parameters
    Name Description
    TValue
    | Edit this page View Source

    Width(int?)

    Declaration
    public SpanGapQueryDescriptor<T> Width(int? width)
    Parameters
    Type Name Description
    int? width
    Returns
    Type Description
    SpanGapQueryDescriptor<T>

    Implements

    IDescriptor
    ISpanGapQuery
    ISpanSubQuery
    IQuery

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Conditionless
    • Methods
      • Field(Field)
      • Field<TValue>(Expression<Func<T, TValue>>)
      • Width(int?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX