org.elasticsearch.index.mapper.internal
Class TimestampFieldMapper.Defaults

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

public static class TimestampFieldMapper.Defaults
extends DateFieldMapper.Defaults


Field Summary
static FormatDateTimeFormatter DATE_TIME_FORMATTER
           
static boolean ENABLED
           
static org.apache.lucene.document.Field.Index INDEX
           
static String NAME
           
static String PATH
           
static org.apache.lucene.document.Field.Store STORE
           
 
Fields inherited from class org.elasticsearch.index.mapper.core.DateFieldMapper.Defaults
NULL_VALUE, PARSE_UPPER_INCLUSIVE, TIME_UNIT
 
Fields inherited from class org.elasticsearch.index.mapper.core.NumberFieldMapper.Defaults
FUZZY_FACTOR, IGNORE_MALFORMED, INDEX_OPTIONS, OMIT_NORMS, PRECISION_STEP
 
Fields inherited from class org.elasticsearch.index.mapper.core.AbstractFieldMapper.Defaults
BOOST, TERM_VECTOR
 
Constructor Summary
TimestampFieldMapper.Defaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

STORE

public static final org.apache.lucene.document.Field.Store STORE

INDEX

public static final org.apache.lucene.document.Field.Index INDEX

ENABLED

public static final boolean ENABLED
See Also:
Constant Field Values

PATH

public static final String PATH

DATE_TIME_FORMATTER

public static final FormatDateTimeFormatter DATE_TIME_FORMATTER
Constructor Detail

TimestampFieldMapper.Defaults

public TimestampFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.