org.elasticsearch.index.mapper.xcontent
Class DateFieldMapper.Defaults

java.lang.Object
  extended by org.elasticsearch.index.mapper.xcontent.AbstractFieldMapper.Defaults
      extended by org.elasticsearch.index.mapper.xcontent.NumberFieldMapper.Defaults
          extended by org.elasticsearch.index.mapper.xcontent.DateFieldMapper.Defaults
Enclosing class:
DateFieldMapper

public static class DateFieldMapper.Defaults
extends NumberFieldMapper.Defaults


Field Summary
static FormatDateTimeFormatter DATE_TIME_FORMATTER
           
static java.lang.String NULL_VALUE
           
 
Fields inherited from class org.elasticsearch.index.mapper.xcontent.NumberFieldMapper.Defaults
INDEX, OMIT_NORMS, OMIT_TERM_FREQ_AND_POSITIONS, PRECISION_STEP
 
Fields inherited from class org.elasticsearch.index.mapper.xcontent.AbstractFieldMapper.Defaults
BOOST, STORE, TERM_VECTOR
 
Constructor Summary
DateFieldMapper.Defaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_TIME_FORMATTER

public static final FormatDateTimeFormatter DATE_TIME_FORMATTER

NULL_VALUE

public static final java.lang.String NULL_VALUE
Constructor Detail

DateFieldMapper.Defaults

public DateFieldMapper.Defaults()