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

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

public static class IdFieldMapper.Defaults
extends AbstractFieldMapper.Defaults


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

PATH

public static final String PATH
Constructor Detail

IdFieldMapper.Defaults

public IdFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.