Class SuggestContextsDescriptor<T>
Inheritance
SuggestContextsDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class SuggestContextsDescriptor<T> : DescriptorPromiseBase<SuggestContextsDescriptor<T>, IList<ISuggestContext>>, IDescriptor, IPromise<IList<ISuggestContext>> where T : class
Type Parameters
Constructors
|
Edit this page
View Source
SuggestContextsDescriptor()
Declaration
public SuggestContextsDescriptor()
Methods
|
Edit this page
View Source
Category(Func<CategorySuggestContextDescriptor<T>, ICategorySuggestContext>)
Declaration
public SuggestContextsDescriptor<T> Category(Func<CategorySuggestContextDescriptor<T>, ICategorySuggestContext> categoryDescriptor)
Parameters
Returns
|
Edit this page
View Source
GeoLocation(Func<GeoSuggestContextDescriptor<T>, IGeoSuggestContext>)
Declaration
public SuggestContextsDescriptor<T> GeoLocation(Func<GeoSuggestContextDescriptor<T>, IGeoSuggestContext> geoLocationDescriptor)
Parameters
Returns
Implements
Extension Methods