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

java.lang.Object
  extended by org.elasticsearch.index.mapper.xcontent.XContentFieldMapper.Defaults
      extended by org.elasticsearch.index.mapper.xcontent.XContentBooleanFieldMapper.Defaults
Enclosing class:
XContentBooleanFieldMapper

public static class XContentBooleanFieldMapper.Defaults
extends XContentFieldMapper.Defaults


Field Summary
static java.lang.Boolean NULL_VALUE
           
static boolean OMIT_NORMS
           
 
Fields inherited from class org.elasticsearch.index.mapper.xcontent.XContentFieldMapper.Defaults
BOOST, INDEX, OMIT_TERM_FREQ_AND_POSITIONS, STORE, TERM_VECTOR
 
Constructor Summary
XContentBooleanFieldMapper.Defaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OMIT_NORMS

public static final boolean OMIT_NORMS
See Also:
Constant Field Values

NULL_VALUE

public static final java.lang.Boolean NULL_VALUE
Constructor Detail

XContentBooleanFieldMapper.Defaults

public XContentBooleanFieldMapper.Defaults()