Class GeoPointAttribute
Inheritance
GeoPointAttribute
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class GeoPointAttribute : OpenSearchDocValuesPropertyAttributeBase, IPropertyMapping, IGeoPointProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
| Edit this page View SourceGeoPointAttribute()
Declaration
public GeoPointAttribute()
Properties
| Edit this page View SourceIgnoreMalformed
If true, malformed geo-points are ignored. If false (default), malformed geo-points throw an exception and reject the whole document.
Declaration
public bool IgnoreMalformed { get; set; }
Property Value
Type | Description |
---|---|
bool |
IgnoreZValue
If true (default) three dimension points will be accepted (stored in source) but only latitude and longitude values will be indexed; the third dimension is ignored. If false, geo-points containing any more than latitude and longitude (two dimensions) values throw an exception and reject the whole document.
Declaration
public bool IgnoreZValue { get; set; }
Property Value
Type | Description |
---|---|
bool |