Interface ISuggestBucket
Assembly: OpenSearch.Client.dll
Syntax
public interface ISuggestBucket
Properties
|
Edit this page
View Source
Completion
Declaration
[DataMember(Name = "completion")]
ICompletionSuggester Completion { get; set; }
Property Value
|
Edit this page
View Source
Phrase
Declaration
[DataMember(Name = "phrase")]
IPhraseSuggester Phrase { get; set; }
Property Value
|
Edit this page
View Source
Prefix
Declaration
[DataMember(Name = "prefix")]
string Prefix { get; set; }
Property Value
|
Edit this page
View Source
Regex
Declaration
[DataMember(Name = "regex")]
string Regex { get; set; }
Property Value
|
Edit this page
View Source
Term
Declaration
[DataMember(Name = "term")]
ITermSuggester Term { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[DataMember(Name = "text")]
string Text { get; set; }
Property Value
Extension Methods