org.elasticsearch.index.mapper.xcontent
Class XContentFieldMapper.Defaults
java.lang.Object
org.elasticsearch.index.mapper.xcontent.XContentFieldMapper.Defaults
- Direct Known Subclasses:
- XContentAllFieldMapper.Defaults, XContentBooleanFieldMapper.Defaults, XContentIdFieldMapper.Defaults, XContentIndexFieldMapper.Defaults, XContentNumberFieldMapper.Defaults, XContentSourceFieldMapper.Defaults, XContentStringFieldMapper.Defaults, XContentTypeFieldMapper.Defaults, XContentUidFieldMapper.Defaults
- Enclosing class:
- XContentFieldMapper<T>
public static class XContentFieldMapper.Defaults
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INDEX
public static final org.apache.lucene.document.Field.Index INDEX
STORE
public static final org.apache.lucene.document.Field.Store STORE
TERM_VECTOR
public static final org.apache.lucene.document.Field.TermVector TERM_VECTOR
BOOST
public static final float BOOST
- See Also:
- Constant Field Values
OMIT_NORMS
public static final boolean OMIT_NORMS
- See Also:
- Constant Field Values
OMIT_TERM_FREQ_AND_POSITIONS
public static final boolean OMIT_TERM_FREQ_AND_POSITIONS
- See Also:
- Constant Field Values
XContentFieldMapper.Defaults
public XContentFieldMapper.Defaults()