Interface ISuggestContextQuery
Assembly: OpenSearch.Client.dll
Syntax
public interface ISuggestContextQuery
Properties
|
Edit this page
View Source
Boost
Declaration
[DataMember(Name = "boost")]
double? Boost { get; set; }
Property Value
|
Edit this page
View Source
Context
Declaration
[DataMember(Name = "context")]
Context Context { get; set; }
Property Value
|
Edit this page
View Source
Neighbours
Declaration
[DataMember(Name = "neighbours")]
Union<Distance[], int[]> Neighbours { get; set; }
Property Value
|
Edit this page
View Source
Precision
Declaration
[DataMember(Name = "precision")]
Union<Distance, int> Precision { get; set; }
Property Value
|
Edit this page
View Source
Prefix
Declaration
[DataMember(Name = "prefix")]
bool? Prefix { get; set; }
Property Value
Extension Methods