Interface ISpanNotQuery
Assembly: OpenSearch.Client.dll
Syntax
public interface ISpanNotQuery : ISpanSubQuery, IQuery
Properties
|
Edit this page
View Source
Dist
Declaration
[DataMember(Name = "dist")]
int? Dist { get; set; }
Property Value
|
Edit this page
View Source
Exclude
Declaration
[DataMember(Name = "exclude")]
ISpanQuery Exclude { get; set; }
Property Value
|
Edit this page
View Source
Include
Declaration
[DataMember(Name = "include")]
ISpanQuery Include { get; set; }
Property Value
|
Edit this page
View Source
Post
Declaration
[DataMember(Name = "post")]
int? Post { get; set; }
Property Value
|
Edit this page
View Source
Pre
Declaration
[DataMember(Name = "pre")]
int? Pre { get; set; }
Property Value
Extension Methods