Interface ISuggestDictionary<T>
Assembly: OpenSearch.Client.dll
Syntax
public interface ISuggestDictionary<out T> where T : class
Type Parameters
Properties
|
Edit this page
View Source
this[string]
Declaration
ISuggest<out T>[] this[string key] { get; }
Parameters
Type |
Name |
Description |
string |
key |
|
Property Value
|
Edit this page
View Source
Keys
Declaration
IEnumerable<string> Keys { get; }
Property Value
|
Edit this page
View Source
Values
Declaration
IEnumerable<ISuggest<out T>[]> Values { get; }
Property Value
Methods
|
Edit this page
View Source
ContainsKey(string)
Declaration
bool ContainsKey(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
Extension Methods