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 org.apache.lucene.index.FieldInfo.IndexOptions INDEX_OPTIONS
           
static String NAME
           
static boolean OMIT_NORMS
           
static 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 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

INDEX_OPTIONS

public static final org.apache.lucene.index.FieldInfo.IndexOptions INDEX_OPTIONS

REQUIRED

public static final boolean REQUIRED
See Also:
Constant Field Values

PATH

public static final String PATH
Constructor Detail

RoutingFieldMapper.Defaults

public RoutingFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.