Class GeoSuggestContextDescriptor<T>
Inheritance
GeoSuggestContextDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class GeoSuggestContextDescriptor<T> : SuggestContextDescriptorBase<GeoSuggestContextDescriptor<T>, IGeoSuggestContext, T>, IDescriptor, IGeoSuggestContext, ISuggestContext where T : class
Type Parameters
Properties
|
Edit this page
View Source
Type
Declaration
protected override string Type { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
Precision(params string[])
The precision of the geohash to encode the query geo point.
Only the first value will be serialized.
Declaration
public GeoSuggestContextDescriptor<T> Precision(params string[] precisions)
Parameters
Type |
Name |
Description |
string[] |
precisions |
|
Returns
Implements
Extension Methods