org.elasticsearch.index.mapper.internal
Class UidFieldMapper.Defaults

java.lang.Object
  extended by org.elasticsearch.index.mapper.core.AbstractFieldMapper.Defaults
      extended by org.elasticsearch.index.mapper.internal.UidFieldMapper.Defaults
Enclosing class:
UidFieldMapper

public static class UidFieldMapper.Defaults
extends AbstractFieldMapper.Defaults


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

INDEX

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

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

UidFieldMapper.Defaults

public UidFieldMapper.Defaults()