org.elasticsearch.index.mapper.internal
Class TTLFieldMapper.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.LongFieldMapper.Defaults
              extended by org.elasticsearch.index.mapper.internal.TTLFieldMapper.Defaults
Enclosing class:
TTLFieldMapper

public static class TTLFieldMapper.Defaults
extends LongFieldMapper.Defaults


Field Summary
static long DEFAULT
           
static boolean ENABLED
           
static org.apache.lucene.document.Field.Index INDEX
           
static String NAME
           
static org.apache.lucene.document.Field.Store STORE
           
 
Fields inherited from class org.elasticsearch.index.mapper.core.LongFieldMapper.Defaults
NULL_VALUE
 
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
TTLFieldMapper.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

DEFAULT

public static final long DEFAULT
See Also:
Constant Field Values
Constructor Detail

TTLFieldMapper.Defaults

public TTLFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.