Interface IGeoSuggestContext
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IGeoSuggestContext : ISuggestContext
Properties
| Edit this page View SourcePrecision
The precision of the geohash to encode the query geo point. Only the first value will be serialized.
Declaration
[DataMember(Name = "precision")]
IEnumerable<string> Precision { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |