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

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

public static class StringFieldMapper.Defaults
extends AbstractFieldMapper.Defaults


Field Summary
static java.lang.String NULL_VALUE
           
 
Fields inherited from class org.elasticsearch.index.mapper.xcontent.AbstractFieldMapper.Defaults
BOOST, INDEX, OMIT_NORMS, OMIT_TERM_FREQ_AND_POSITIONS, STORE, TERM_VECTOR
 
Constructor Summary
StringFieldMapper.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 java.lang.String NULL_VALUE
Constructor Detail

StringFieldMapper.Defaults

public StringFieldMapper.Defaults()