Package org.elasticsearch.index.mapper
Class RangeFieldMapper
- java.lang.Object
-
- org.elasticsearch.index.mapper.Mapper
-
- org.elasticsearch.index.mapper.FieldMapper
-
- org.elasticsearch.index.mapper.RangeFieldMapper
-
- All Implemented Interfaces:
java.lang.Cloneable,java.lang.Iterable<Mapper>,ToXContent,ToXContentFragment
public class RangeFieldMapper extends FieldMapper
AFieldMapperfor 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.RangeFieldTypestatic classRangeFieldMapper.RangeTypeEnum defining the type of rangestatic classRangeFieldMapper.TypeParser-
Nested classes/interfaces inherited from class org.elasticsearch.index.mapper.FieldMapper
FieldMapper.CopyTo, FieldMapper.MultiFields
-
Nested classes/interfaces inherited from class org.elasticsearch.index.mapper.Mapper
Mapper.BuilderContext
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDEFAULT_INCLUDE_LOWERstatic booleanDEFAULT_INCLUDE_UPPER-
Fields inherited from class org.elasticsearch.index.mapper.FieldMapper
copyTo, defaultFieldType, fieldType, IGNORE_MALFORMED_SETTING, indexCreatedVersion, multiFields
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
Modifier and Type Method Description protected RangeFieldMapperclone()protected java.lang.StringcontentType()protected voiddoMerge(Mapper mergeWith)Merge changes coming frommergeWithin place.protected voiddoXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params)RangeFieldMapper.RangeFieldTypefieldType()protected voidparseCreateField(ParseContext context, java.util.List<org.apache.lucene.index.IndexableField> fields)Parse the field value and populatefields.-
Methods inherited from class org.elasticsearch.index.mapper.FieldMapper
copyTo, createFieldNamesField, doXContentAnalyzers, doXContentDocValues, indexOptionToString, iterator, merge, name, parse, termVectorOptionsToString, toXContent, typeName, updateFieldType
-
Methods inherited from class org.elasticsearch.index.mapper.Mapper
simpleName
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
-
-
-
Field Detail
-
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 Detail
-
fieldType
public RangeFieldMapper.RangeFieldType fieldType()
- Overrides:
fieldTypein classFieldMapper
-
contentType
protected java.lang.String contentType()
- Specified by:
contentTypein classFieldMapper
-
clone
protected RangeFieldMapper clone()
- Overrides:
clonein classFieldMapper
-
parseCreateField
protected void parseCreateField(ParseContext context, java.util.List<org.apache.lucene.index.IndexableField> fields) throws java.io.IOException
Description copied from class:FieldMapperParse the field value and populatefields.- Specified by:
parseCreateFieldin classFieldMapper- Throws:
java.io.IOException
-
doMerge
protected void doMerge(Mapper mergeWith)
Description copied from class:FieldMapperMerge changes coming frommergeWithin place.- Overrides:
doMergein classFieldMapper
-
doXContentBody
protected void doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params) throws java.io.IOException
- Overrides:
doXContentBodyin classFieldMapper- Throws:
java.io.IOException
-
-