Class SpanNearQuery
Inheritance
SpanNearQuery
Assembly: OpenSearch.Client.dll
Syntax
public class SpanNearQuery : QueryBase, ISpanNearQuery, ISpanSubQuery, IQuery
Properties
|
Edit this page
View Source
Clauses
Declaration
public IEnumerable<ISpanQuery> Clauses { get; set; }
Property Value
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
InOrder
Declaration
public bool? InOrder { get; set; }
Property Value
|
Edit this page
View Source
Slop
Declaration
public int? Slop { get; set; }
Property Value
Implements
Extension Methods