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

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

public static class BinaryFieldMapper.Defaults
extends AbstractFieldMapper.Defaults


Field Summary
static long COMPRESS_THRESHOLD
           
static org.apache.lucene.document.Field.Store STORE
           
 
Fields inherited from class org.elasticsearch.index.mapper.core.AbstractFieldMapper.Defaults
BOOST, INDEX, INDEX_OPTIONS, OMIT_NORMS, TERM_VECTOR
 
Constructor Summary
BinaryFieldMapper.Defaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPRESS_THRESHOLD

public static final long COMPRESS_THRESHOLD
See Also:
Constant Field Values

STORE

public static final org.apache.lucene.document.Field.Store STORE
Constructor Detail

BinaryFieldMapper.Defaults

public BinaryFieldMapper.Defaults()


Copyright © 2009-2012. All Rights Reserved.