org.elasticsearch.index.mapper.core
Class ByteFieldMapper.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.ByteFieldMapper.Defaults
Enclosing class:
ByteFieldMapper

public static class ByteFieldMapper.Defaults
extends NumberFieldMapper.Defaults


Field Summary
static Byte 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
ByteFieldMapper.Defaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_VALUE

public static final Byte NULL_VALUE
Constructor Detail

ByteFieldMapper.Defaults

public ByteFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.