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

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

public static class IndexFieldMapper.Defaults
extends AbstractFieldMapper.Defaults


Field Summary
static boolean ENABLED
           
static org.apache.lucene.document.Field.Index INDEX
           
static String INDEX_NAME
           
static org.apache.lucene.index.FieldInfo.IndexOptions INDEX_OPTIONS
           
static String NAME
           
static boolean OMIT_NORMS
           
static org.apache.lucene.document.Field.Store STORE
           
 
Fields inherited from class org.elasticsearch.index.mapper.core.AbstractFieldMapper.Defaults
BOOST, TERM_VECTOR
 
Constructor Summary
IndexFieldMapper.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_NAME

public static final String INDEX_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

ENABLED

public static final boolean ENABLED
See Also:
Constant Field Values
Constructor Detail

IndexFieldMapper.Defaults

public IndexFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.