public static class StringFieldMapper.ValueAndBoost
extends java.lang.Object
StringFieldMapper.parseCreateFieldForString(org.elasticsearch.index.mapper.ParseContext, java.lang.String, float)
.Constructor and Description |
---|
ValueAndBoost(java.lang.String value,
float boost) |
Modifier and Type | Method and Description |
---|---|
float |
boost()
Boost either parsed from the document or defaulted.
|
java.lang.String |
value()
Value of string field.
|