org.elasticsearch.index.mapper.xcontent
Class SourceFieldMapper.Defaults
java.lang.Object
org.elasticsearch.index.mapper.xcontent.AbstractFieldMapper.Defaults
org.elasticsearch.index.mapper.xcontent.SourceFieldMapper.Defaults
- Enclosing class:
- SourceFieldMapper
public static class SourceFieldMapper.Defaults
- extends AbstractFieldMapper.Defaults
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
ENABLED
public static final boolean ENABLED
- See Also:
- Constant Field Values
INDEX
public static final org.apache.lucene.document.Field.Index INDEX
STORE
public static final org.apache.lucene.document.Field.Store STORE
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
SourceFieldMapper.Defaults
public SourceFieldMapper.Defaults()