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

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

public static class SourceFieldMapper.Defaults
extends AbstractFieldMapper.Defaults


Field Summary
static long COMPRESS_THRESHOLD
           
static boolean ENABLED
           
static String[] EXCLUDES
           
static String FORMAT
           
static String[] INCLUDES
           
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 org.apache.lucene.document.Field.Store STORE
           
 
Fields inherited from class org.elasticsearch.index.mapper.core.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 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

FORMAT

public static final String FORMAT

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

INCLUDES

public static final String[] INCLUDES

EXCLUDES

public static final String[] EXCLUDES
Constructor Detail

SourceFieldMapper.Defaults

public SourceFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.