Class SpanOrQueryDescriptor<T>
Inheritance
SpanOrQueryDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class SpanOrQueryDescriptor<T> : QueryDescriptorBase<SpanOrQueryDescriptor<T>, ISpanOrQuery>, IDescriptor, ISpanOrQuery, ISpanSubQuery, IQuery where T : class
Type Parameters
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
Overrides
Methods
|
Edit this page
View Source
Clauses(params Func<SpanQueryDescriptor<T>, SpanQueryDescriptor<T>>[])
Declaration
public SpanOrQueryDescriptor<T> Clauses(params Func<SpanQueryDescriptor<T>, SpanQueryDescriptor<T>>[] selectors)
Parameters
Returns
Implements
Extension Methods