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

public static class SizeFieldMapper.Defaults
extends IntegerFieldMapper.Defaults


Field Summary
static boolean ENABLED
           
static String NAME
           
 
Fields inherited from class org.elasticsearch.index.mapper.core.IntegerFieldMapper.Defaults
NULL_VALUE
 
Fields inherited from class org.elasticsearch.index.mapper.core.NumberFieldMapper.Defaults
FUZZY_FACTOR, IGNORE_MALFORMED, INDEX, INDEX_OPTIONS, OMIT_NORMS, PRECISION_STEP
 
Fields inherited from class org.elasticsearch.index.mapper.core.AbstractFieldMapper.Defaults
BOOST, STORE, TERM_VECTOR
 
Constructor Summary
SizeFieldMapper.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

ENABLED

public static final boolean ENABLED
See Also:
Constant Field Values
Constructor Detail

SizeFieldMapper.Defaults

public SizeFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.