Package org.elasticsearch.index.mapper
Class DateFieldMapper
- java.lang.Object
-
- org.elasticsearch.index.mapper.Mapper
-
- org.elasticsearch.index.mapper.FieldMapper
-
- org.elasticsearch.index.mapper.DateFieldMapper
-
- All Implemented Interfaces:
java.lang.Cloneable
,java.lang.Iterable<Mapper>
,ToXContent
,ToXContentFragment
public final class DateFieldMapper extends FieldMapper
AFieldMapper
for dates.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DateFieldMapper.Builder
static class
DateFieldMapper.DateFieldType
static class
DateFieldMapper.Defaults
static class
DateFieldMapper.Resolution
static class
DateFieldMapper.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 java.lang.String
CONTENT_TYPE
static DateFormatter
DEFAULT_DATE_TIME_FORMATTER
-
Fields inherited from class org.elasticsearch.index.mapper.FieldMapper
COERCE_SETTING, copyTo, defaultFieldType, fieldType, IGNORE_MALFORMED_SETTING, indexCreatedVersion, multiFields
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DateFieldMapper
clone()
protected java.lang.String
contentType()
protected void
doMerge(Mapper mergeWith)
Merge changes coming frommergeWith
in place.protected void
doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params)
DateFieldMapper.DateFieldType
fieldType()
protected void
parseCreateField(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
-
CONTENT_TYPE
public static final java.lang.String CONTENT_TYPE
- See Also:
- Constant Field Values
-
DEFAULT_DATE_TIME_FORMATTER
public static final DateFormatter DEFAULT_DATE_TIME_FORMATTER
-
-
Method Detail
-
fieldType
public DateFieldMapper.DateFieldType fieldType()
- Overrides:
fieldType
in classFieldMapper
-
contentType
protected java.lang.String contentType()
- Specified by:
contentType
in classFieldMapper
-
clone
protected DateFieldMapper clone()
- Overrides:
clone
in classFieldMapper
-
parseCreateField
protected void parseCreateField(ParseContext context, java.util.List<org.apache.lucene.index.IndexableField> fields) throws java.io.IOException
Description copied from class:FieldMapper
Parse the field value and populatefields
.- Specified by:
parseCreateField
in classFieldMapper
- Throws:
java.io.IOException
-
doMerge
protected void doMerge(Mapper mergeWith)
Description copied from class:FieldMapper
Merge changes coming frommergeWith
in place.- Overrides:
doMerge
in classFieldMapper
-
doXContentBody
protected void doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params) throws java.io.IOException
- Overrides:
doXContentBody
in classFieldMapper
- Throws:
java.io.IOException
-
-