Package org.elasticsearch.index.mapper
Class RangeFieldMapper
java.lang.Object
org.elasticsearch.index.mapper.Mapper
org.elasticsearch.index.mapper.FieldMapper
org.elasticsearch.index.mapper.ParametrizedFieldMapper
org.elasticsearch.index.mapper.RangeFieldMapper
- All Implemented Interfaces:
java.lang.Cloneable,java.lang.Iterable<Mapper>,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
public class RangeFieldMapper extends ParametrizedFieldMapper
A
FieldMapper for indexing numeric and date ranges, and creating queries-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRangeFieldMapper.Builderstatic classRangeFieldMapper.Defaultsstatic classRangeFieldMapper.RangeClass defining a rangestatic classRangeFieldMapper.RangeFieldTypeNested classes/interfaces inherited from class org.elasticsearch.index.mapper.ParametrizedFieldMapper
ParametrizedFieldMapper.Parameter<T>, ParametrizedFieldMapper.Serializer<T>, ParametrizedFieldMapper.SerializerCheck<T>, ParametrizedFieldMapper.TypeParserNested classes/interfaces inherited from class org.elasticsearch.index.mapper.FieldMapper
FieldMapper.CopyTo, FieldMapper.MultiFieldsNested classes/interfaces inherited from class org.elasticsearch.index.mapper.Mapper
Mapper.BuilderContext -
Field Summary
Fields Modifier and Type Field Description static booleanDEFAULT_INCLUDE_LOWERstatic booleanDEFAULT_INCLUDE_UPPERFields inherited from class org.elasticsearch.index.mapper.FieldMapper
copyTo, fieldType, IGNORE_MALFORMED_SETTING, mappedFieldType, multiFields -
Method Summary
Modifier and Type Method Description protected RangeFieldMapperclone()protected java.lang.StringcontentType()RangeFieldMapper.RangeFieldTypefieldType()ParametrizedFieldMapper.BuildergetMergeBuilder()Returns aParametrizedFieldMapper.Builderto be used for merging and serialization Implement as follows:return new MyBuilder(simpleName()).init(this);protected voidparseCreateField(ParseContext context)Parse the field value and populate the fields onParseContext.doc().Methods inherited from class org.elasticsearch.index.mapper.ParametrizedFieldMapper
doXContentBody, merge, mergeOptionsMethods inherited from class org.elasticsearch.index.mapper.FieldMapper
copyTo, createFieldNamesField, docValuesByDefault, doValidate, doXContentAnalyzers, indexedByDefault, indexOptionToString, iterator, multiFields, name, parse, parsesArrayValue, storedByDefault, toXContent, typeName, validate
-
Field Details
-
DEFAULT_INCLUDE_UPPER
public static final boolean DEFAULT_INCLUDE_UPPER- See Also:
- Constant Field Values
-
DEFAULT_INCLUDE_LOWER
public static final boolean DEFAULT_INCLUDE_LOWER- See Also:
- Constant Field Values
-
-
Method Details
-
getMergeBuilder
Description copied from class:ParametrizedFieldMapperReturns aParametrizedFieldMapper.Builderto be used for merging and serialization Implement as follows:return new MyBuilder(simpleName()).init(this);- Specified by:
getMergeBuilderin classParametrizedFieldMapper
-
fieldType
- Overrides:
fieldTypein classFieldMapper
-
contentType
protected java.lang.String contentType()- Specified by:
contentTypein classFieldMapper
-
clone
- Overrides:
clonein classFieldMapper
-
parseCreateField
Description copied from class:FieldMapperParse the field value and populate the fields onParseContext.doc(). Implementations of this method should ensure that on failing to parse parser.currentToken() must be the current failing token- Specified by:
parseCreateFieldin classFieldMapper- Throws:
java.io.IOException
-