Class SuggestContextQuery
Inheritance
SuggestContextQuery
Assembly: OpenSearch.Client.dll
Syntax
public class SuggestContextQuery : ISuggestContextQuery
Properties
|
Edit this page
View Source
Boost
Declaration
public double? Boost { get; set; }
Property Value
|
Edit this page
View Source
Context
Declaration
public Context Context { get; set; }
Property Value
|
Edit this page
View Source
Neighbours
Declaration
public Union<Distance[], int[]> Neighbours { get; set; }
Property Value
|
Edit this page
View Source
Precision
Declaration
public Union<Distance, int> Precision { get; set; }
Property Value
|
Edit this page
View Source
Prefix
Declaration
public bool? Prefix { get; set; }
Property Value
Implements
Extension Methods