org.elasticsearch.index.mapper.core
Class NumberFieldMapper.Defaults

java.lang.Object
  extended by org.elasticsearch.index.mapper.core.AbstractFieldMapper.Defaults
      extended by org.elasticsearch.index.mapper.core.NumberFieldMapper.Defaults
Direct Known Subclasses:
BoostFieldMapper.Defaults, ByteFieldMapper.Defaults, DateFieldMapper.Defaults, DoubleFieldMapper.Defaults, FloatFieldMapper.Defaults, IntegerFieldMapper.Defaults, IpFieldMapper.Defaults, LongFieldMapper.Defaults, ShortFieldMapper.Defaults
Enclosing class:
NumberFieldMapper<T extends Number>

public static class NumberFieldMapper.Defaults
extends AbstractFieldMapper.Defaults


Field Summary
static String FUZZY_FACTOR
           
static boolean IGNORE_MALFORMED
           
static org.apache.lucene.document.Field.Index INDEX
           
static org.apache.lucene.index.FieldInfo.IndexOptions INDEX_OPTIONS
           
static boolean OMIT_NORMS
           
static int PRECISION_STEP
           
 
Fields inherited from class org.elasticsearch.index.mapper.core.AbstractFieldMapper.Defaults
BOOST, STORE, TERM_VECTOR
 
Constructor Summary
NumberFieldMapper.Defaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRECISION_STEP

public static final int PRECISION_STEP
See Also:
Constant Field Values

INDEX

public static final org.apache.lucene.document.Field.Index INDEX

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

FUZZY_FACTOR

public static final String FUZZY_FACTOR

IGNORE_MALFORMED

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

NumberFieldMapper.Defaults

public NumberFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.