Class SpanNotQuery
Assembly: OpenSearch.Client.dll
Syntax
public class SpanNotQuery : QueryBase, ISpanNotQuery, ISpanSubQuery, IQuery
Properties
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
Dist
Declaration
public int? Dist { get; set; }
Property Value
|
Edit this page
View Source
Exclude
Declaration
public ISpanQuery Exclude { get; set; }
Property Value
|
Edit this page
View Source
Include
Declaration
public ISpanQuery Include { get; set; }
Property Value
|
Edit this page
View Source
Post
Declaration
public int? Post { get; set; }
Property Value
|
Edit this page
View Source
Pre
Declaration
public int? Pre { get; set; }
Property Value
Implements
Extension Methods