Class DateMapping

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

public class DateMapping extends Object implements PropertyMapping
  • Constructor Details

    • DateMapping

      public DateMapping()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String format)
    • getLocale

      public String getLocale()
    • setLocale

      public void setLocale(String locale)
    • getIgnoreMalformed

      public Boolean getIgnoreMalformed()
    • setIgnoreMalformed

      public void setIgnoreMalformed(Boolean ignoreMalformed)
    • getNullValue

      public String getNullValue()
    • setNullValue

      public void setNullValue(String nullValue)
    • getDocValues

      public Boolean getDocValues()
    • setDocValues

      public void setDocValues(Boolean docValues)