Class SpanQuery
Assembly: OpenSearch.Client.dll
Syntax
public class SpanQuery : ISpanQuery, IQuery
Properties
|
Edit this page
View Source
IsStrict
Whether the query should be treated as strict. A strict query will throw an exception when serialized
if it is Conditionless.
Declaration
public bool IsStrict { get; set; }
Property Value
|
Edit this page
View Source
IsVerbatim
Whether the query should be treated as verbatim. A verbatim query will be serialized as part of the request,
irrespective
of whether it is Conditionless or not.
Declaration
public bool IsVerbatim { get; set; }
Property Value
|
Edit this page
View Source
IsWritable
Declaration
public bool IsWritable { get; }
Property Value
|
Edit this page
View Source
SpanContaining
Declaration
public ISpanContainingQuery SpanContaining { get; set; }
Property Value
|
Edit this page
View Source
SpanFieldMasking
Declaration
public ISpanFieldMaskingQuery SpanFieldMasking { get; set; }
Property Value
|
Edit this page
View Source
SpanFirst
Declaration
public ISpanFirstQuery SpanFirst { get; set; }
Property Value
|
Edit this page
View Source
SpanGap
Declaration
public ISpanGapQuery SpanGap { get; set; }
Property Value
|
Edit this page
View Source
SpanMultiTerm
Declaration
public ISpanMultiTermQuery SpanMultiTerm { get; set; }
Property Value
|
Edit this page
View Source
SpanNear
Declaration
public ISpanNearQuery SpanNear { get; set; }
Property Value
|
Edit this page
View Source
SpanNot
Declaration
public ISpanNotQuery SpanNot { get; set; }
Property Value
|
Edit this page
View Source
SpanOr
Declaration
public ISpanOrQuery SpanOr { get; set; }
Property Value
|
Edit this page
View Source
SpanTerm
Declaration
public ISpanTermQuery SpanTerm { get; set; }
Property Value
|
Edit this page
View Source
SpanWithin
Declaration
public ISpanWithinQuery SpanWithin { get; set; }
Property Value
Methods
|
Edit this page
View Source
Accept(IQueryVisitor)
Declaration
public void Accept(IQueryVisitor visitor)
Parameters
Implements
Extension Methods