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

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

public static class RoutingFieldMapper.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
           
static java.lang.String PATH
           
static boolean REQUIRED
           
static org.apache.lucene.document.Field.Store STORE
           
 
Fields inherited from class org.elasticsearch.index.mapper.core.AbstractFieldMapper.Defaults
BOOST, TERM_VECTOR
 
Constructor Summary
RoutingFieldMapper.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

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

REQUIRED

public static final boolean REQUIRED
See Also:
Constant Field Values

PATH

public static final java.lang.String PATH
Constructor Detail

RoutingFieldMapper.Defaults

public RoutingFieldMapper.Defaults()