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

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

public static class StringFieldMapper.Defaults
extends AbstractFieldMapper.Defaults


Field Summary
static int IGNORE_ABOVE
           
static String NULL_VALUE
           
static int POSITION_OFFSET_GAP
           
 
Fields inherited from class org.elasticsearch.index.mapper.core.AbstractFieldMapper.Defaults
BOOST, INDEX, INDEX_OPTIONS, OMIT_NORMS, 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 String NULL_VALUE

POSITION_OFFSET_GAP

public static final int POSITION_OFFSET_GAP
See Also:
Constant Field Values

IGNORE_ABOVE

public static final int IGNORE_ABOVE
See Also:
Constant Field Values
Constructor Detail

StringFieldMapper.Defaults

public StringFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.