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

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

public static class XContentBoostFieldMapper.Defaults
extends XContentNumberFieldMapper.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.XContentNumberFieldMapper.Defaults
OMIT_NORMS, OMIT_TERM_FREQ_AND_POSITIONS, PRECISION_STEP
 
Fields inherited from class org.elasticsearch.index.mapper.xcontent.XContentFieldMapper.Defaults
BOOST, TERM_VECTOR
 
Constructor Summary
XContentBoostFieldMapper.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

XContentBoostFieldMapper.Defaults

public XContentBoostFieldMapper.Defaults()