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

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

public static class BoostFieldMapper.Defaults
extends NumberFieldMapper.Defaults


Field Summary
static org.apache.lucene.document.Field.Index INDEX
           
static java.lang.String NAME
           
static java.lang.Float NULL_VALUE
           
static org.apache.lucene.document.Field.Store STORE
           
 
Fields inherited from class org.elasticsearch.index.mapper.xcontent.NumberFieldMapper.Defaults
OMIT_NORMS, OMIT_TERM_FREQ_AND_POSITIONS, PRECISION_STEP
 
Fields inherited from class org.elasticsearch.index.mapper.xcontent.AbstractFieldMapper.Defaults
BOOST, TERM_VECTOR
 
Constructor Summary
BoostFieldMapper.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 java.lang.String NAME
See Also:
Constant Field Values

NULL_VALUE

public static final java.lang.Float NULL_VALUE

INDEX

public static final org.apache.lucene.document.Field.Index INDEX

STORE

public static final org.apache.lucene.document.Field.Store STORE
Constructor Detail

BoostFieldMapper.Defaults

public BoostFieldMapper.Defaults()