org.elasticsearch.index.mapper.core
Class BooleanFieldMapper.Defaults

java.lang.Object
  extended by org.elasticsearch.index.mapper.core.AbstractFieldMapper.Defaults
      extended by org.elasticsearch.index.mapper.core.BooleanFieldMapper.Defaults
Enclosing class:
BooleanFieldMapper

public static class BooleanFieldMapper.Defaults
extends AbstractFieldMapper.Defaults


Field Summary
static Boolean NULL_VALUE
           
static boolean OMIT_NORMS
           
 
Fields inherited from class org.elasticsearch.index.mapper.core.AbstractFieldMapper.Defaults
BOOST, INDEX, INDEX_OPTIONS, STORE, TERM_VECTOR
 
Constructor Summary
BooleanFieldMapper.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 Boolean NULL_VALUE
Constructor Detail

BooleanFieldMapper.Defaults

public BooleanFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.