summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/index/mapper/DocumentMapper.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-11-24Fix merging of _meta field (#27352)Alexander Kazakov
2017-09-19inner hits: Do not allow inner hits that use _source and have a non nested ob...Martijn van Groningen
2017-08-28Remove the _all metadata field (#26356)Jim Ferenczi
2017-08-09Adds ToXContentFragment (#25771)Colin Goodheart-Smithe
2017-05-04Do not index `_type` when there is at most one type. (#24363)Adrien Grand
2017-04-18Upgrade to a Lucene 7 snapshot (#24089)Adrien Grand
2017-03-23Remove DocumentMapper#parse(String index, String type, String id, BytesRefere...AdityaJNair
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2016-12-19The `_all` default mapper is not completely configured. (#22236)Adrien Grand
2016-12-15Only update DocumentMapper if field type changes (#22165)Yannick Welsch
2016-11-30Remove 2.x backward compatibility of mappings. (#21670)Adrien Grand
2016-10-12Remove empty javadoc (#20871)Tanguy Leroux
2016-09-23Remove AnalysisService and reduce it to a simple name to analyzer mapping (#2...Simon Willnauer
2016-08-10Collapse o.e.index.mapper packages. #19921Adrien Grand
2016-05-10Mapping cleanups. #18180Adrien Grand
2016-04-14Internal: Remove threadlocal from document parserRyan Ernst
2016-01-15Reuse metadata mappers for dynamic updates.Adrien Grand
2015-12-23Make mapping updates more robust.Adrien Grand
2015-12-21Upgrade to lucene-5.5.0-snapshot-1721183.Adrien Grand
2015-12-18Remove wildcard importsRyan Ernst
2015-12-17Simplify the Text API.Adrien Grand
2015-12-15Make mappings immutable.Adrien Grand
2015-12-04Check mapping compatibility up-front.Adrien Grand
2015-12-01Don't treat _default_ as a regular type.Adrien Grand
2015-11-24Register field mappers at the node level.Adrien Grand
2015-10-30[mapping] Remove transformNik Everett
2015-10-20Ban oal.search.Filter.Adrien Grand
2015-10-01More removing ImmutableMap#of()Nik Everett
2015-09-10Remove and forbid use of c.g.c.b.Preconditions#checkNotNullJason Tedor
2015-09-09Remove and forbid use of com.google.common.collect.MapsJason Tedor
2015-09-09parent/child: Split the _parent field mapping's field type into three field t...Martijn van Groningen
2015-09-02Scripting: Propagate Headers and Context through to ScriptServiceColin Goodheart-Smithe
2015-08-06Move the `_size` mapper to a plugin.Adrien Grand
2015-07-27Query DSL: don't cache type filter in DocumentMapperjavanna
2015-07-20Remove old DocumentMapper.parse methodRyan Ernst
2015-07-20Mappings: Remove index name from mapping parserRyan Ernst
2015-07-06Mappings: Enforce field names do not contain dotRyan Ernst
2015-06-30Mappings: Rename "root" mappers to "metadata" mappersRyan Ernst
2015-06-24Mappings: Remove close() from MapperRyan Ernst
2015-06-22Mappings: Restrict fields with the same name in different types to have the s...Ryan Ernst
2015-06-10Internal: Make CompressedXContent.equals fast again.Adrien Grand
2015-06-09Mappings: Remove leftover sugar methods from FieldMapperRyan Ernst
2015-06-05create core moduleSimon Willnauer