org.elasticsearch.index.mapper.internal
Class AllFieldMapper.Defaults

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

public static class AllFieldMapper.Defaults
extends AbstractFieldMapper.Defaults


Field Summary
static boolean ENABLED
           
static String INDEX_NAME
           
static String NAME
           
 
Fields inherited from class org.elasticsearch.index.mapper.core.AbstractFieldMapper.Defaults
BOOST, INDEX, INDEX_OPTIONS, OMIT_NORMS, STORE, TERM_VECTOR
 
Constructor Summary
AllFieldMapper.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

INDEX_NAME

public static final String INDEX_NAME
See Also:
Constant Field Values

ENABLED

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

AllFieldMapper.Defaults

public AllFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.