Class SpanNotQueryDescriptor<T>
Inheritance
SpanNotQueryDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class SpanNotQueryDescriptor<T> : QueryDescriptorBase<SpanNotQueryDescriptor<T>, ISpanNotQuery>, IDescriptor, ISpanNotQuery, 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
Dist(int?)
Declaration
public SpanNotQueryDescriptor<T> Dist(int? dist)
Parameters
Type |
Name |
Description |
int? |
dist |
|
Returns
|
Edit this page
View Source
Exclude(Func<SpanQueryDescriptor<T>, ISpanQuery>)
Declaration
public SpanNotQueryDescriptor<T> Exclude(Func<SpanQueryDescriptor<T>, ISpanQuery> selector)
Parameters
Returns
|
Edit this page
View Source
Include(Func<SpanQueryDescriptor<T>, ISpanQuery>)
Declaration
public SpanNotQueryDescriptor<T> Include(Func<SpanQueryDescriptor<T>, ISpanQuery> selector)
Parameters
Returns
|
Edit this page
View Source
Post(int?)
Declaration
public SpanNotQueryDescriptor<T> Post(int? post)
Parameters
Type |
Name |
Description |
int? |
post |
|
Returns
|
Edit this page
View Source
Pre(int?)
Declaration
public SpanNotQueryDescriptor<T> Pre(int? pre)
Parameters
Type |
Name |
Description |
int? |
pre |
|
Returns
Implements
Extension Methods