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

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

public static class SourceFieldMapper.Defaults
extends AbstractFieldMapper.Defaults


Field Summary
static long COMPRESS_THRESHOLD
           
static boolean ENABLED
           
static org.apache.lucene.document.Field.Index INDEX
           
static java.lang.String NAME
           
static boolean OMIT_NORMS
           
static boolean OMIT_TERM_FREQ_AND_POSITIONS
           
static org.apache.lucene.document.Field.Store STORE
           
 
Fields inherited from class org.elasticsearch.index.mapper.xcontent.AbstractFieldMapper.Defaults
BOOST, TERM_VECTOR
 
Constructor Summary
SourceFieldMapper.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

ENABLED

public static final boolean ENABLED
See Also:
Constant Field Values

COMPRESS_THRESHOLD

public static final long COMPRESS_THRESHOLD
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
Constructor Detail

SourceFieldMapper.Defaults

public SourceFieldMapper.Defaults()