|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.index.mapper.xcontent.AbstractFieldMapper.Defaults
org.elasticsearch.index.mapper.xcontent.NumberFieldMapper.Defaults
org.elasticsearch.index.mapper.xcontent.BoostFieldMapper.Defaults
public static class BoostFieldMapper.Defaults
Field Summary | |
---|---|
static org.apache.lucene.document.Field.Index |
INDEX
|
static java.lang.String |
NAME
|
static java.lang.Float |
NULL_VALUE
|
static org.apache.lucene.document.Field.Store |
STORE
|
Fields inherited from class org.elasticsearch.index.mapper.xcontent.NumberFieldMapper.Defaults |
---|
OMIT_NORMS, OMIT_TERM_FREQ_AND_POSITIONS, PRECISION_STEP |
Fields inherited from class org.elasticsearch.index.mapper.xcontent.AbstractFieldMapper.Defaults |
---|
BOOST, TERM_VECTOR |
Constructor Summary | |
---|---|
BoostFieldMapper.Defaults()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
public static final java.lang.Float NULL_VALUE
public static final org.apache.lucene.document.Field.Index INDEX
public static final org.apache.lucene.document.Field.Store STORE
Constructor Detail |
---|
public BoostFieldMapper.Defaults()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |