Class GeoMapping

java.lang.Object
org.webpieces.elasticsearch.mapping.GeoMapping
All Implemented Interfaces:
PropertyMapping

public class GeoMapping extends Object implements PropertyMapping
  • Constructor Details

    • GeoMapping

      public GeoMapping()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getIgnoreMalformed

      public Boolean getIgnoreMalformed()
    • setIgnoreMalformed

      public void setIgnoreMalformed(Boolean ignoreMalformed)
    • getIgnoreZValue

      public Boolean getIgnoreZValue()
    • setIgnoreZValue

      public void setIgnoreZValue(Boolean ignoreZValue)
    • getNullValue

      public String getNullValue()
    • setNullValue

      public void setNullValue(String nullValue)