Search Results for

    Show / Hide Table of Contents

    Class GeoPointProperty

    Data type mapping to map a property as a geopoint

    Inheritance
    object
    PropertyBase
    CorePropertyBase
    DocValuesPropertyBase
    GeoPointProperty
    Implements
    IPropertyWithClrOrigin
    IGeoPointProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    DocValuesPropertyBase.DocValues
    CorePropertyBase.CopyTo
    CorePropertyBase.Fields
    CorePropertyBase.Similarity
    CorePropertyBase.Store
    PropertyBase.LocalMetadata
    PropertyBase.Meta
    PropertyBase.Name
    PropertyBase.DebugDisplay
    PropertyBase.ToString()
    PropertyBase.TypeOverride
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class GeoPointProperty : DocValuesPropertyBase, IPropertyWithClrOrigin, IGeoPointProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    GeoPointProperty()

    Declaration
    public GeoPointProperty()

    Properties

    | Edit this page View Source

    IgnoreMalformed

    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?
    | Edit this page View Source

    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?
    | Edit this page View Source

    NullValue

    Accepts a geo_point value which is substituted for any explicit null values. Defaults to null, which means the field is treated as missing.

    Declaration
    public GeoLocation NullValue { get; set; }
    Property Value
    Type Description
    GeoLocation

    Implements

    IPropertyWithClrOrigin
    IGeoPointProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • GeoPointProperty()
    • Properties
      • IgnoreMalformed
      • IgnoreZValue
      • NullValue
    • Implements
    • Extension Methods
    Back to top Generated by DocFX