summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/index/mapper/MapperService.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-12-14Allow `_doc` as a type. (#27816)Adrien Grand
2017-12-05Add support for filtering mappings fields (#27603)Luca Cavanna
2017-11-22Limit the number of nested documents (#27405)Mayya Sharipova
2017-09-25Allow copying from a field to another field that belongs to the same nested o...Adrien Grand
2017-09-13Remove MapperService#dynamic. (#26603)Adrien Grand
2017-09-12Remove index mapper dynamic settings (#25734)Yu
2017-08-28Remove the _all metadata field (#26356)Jim Ferenczi
2017-08-01Better validation of `copy_to`. (#25983)Adrien Grand
2017-07-17Deprecate the `_default_` mapping. (#25652)Adrien Grand
2017-07-09Bump version to 6.0.0-beta1Jason Tedor
2017-07-07Index ids in binary form. (#25352)Adrien Grand
2017-07-06[Tests] Check output of SuggestionBuilder#build method (#25549)Christoph Büscher
2017-07-05Ensure `index.mapping.single_type` can only be set on 5.x indices (#25375)Simon Willnauer
2017-05-26Remove the need for _UNRELEASED suffix in versions (#24798)Nik Everett
2017-05-09Identify documents by their `_id`. (#24460)Adrien Grand
2017-05-04Enforce at most one type. (#24428)Adrien Grand
2017-04-30Cleanup collections constructionKoen De Groote
2017-04-27Only allow one type on 7.0 indices (#24317)Adrien Grand
2017-04-19Enable index-time sorting (#24055)Jim Ferenczi
2017-03-20Fix MapperService StackOverflowError (#23605)Jordan Kiang
2017-02-14[percolator] Removed old 2.x bwc logic.Martijn van Groningen
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2017-01-18Allow an index to be partitioned with custom routing (#22274)Scott Somerville
2016-12-20Introduce XContentParser#namedObject (#22003)Nik Everett
2016-12-19Atomic mapping updates across types (#22220)Yannick Welsch
2016-12-19Fix MapperService.allEnabled(). (#22227)Adrien Grand
2016-11-15Uncommitted mapping updates should not efect existing indices (#21306)Boaz Leskes
2016-11-04Add "all field" execution mode to query_string queryLee Hinman
2016-11-02Remove `lowercase_expanded_terms` and `locale` from query-parser options. (#2...Adrien Grand
2016-10-12Remove empty javadoc (#20871)Tanguy Leroux
2016-10-06Remove SearchContext#current and all it's threadlocals (#20778)Simon Willnauer
2016-09-23Remove AnalysisService and reduce it to a simple name to analyzer mapping (#2...Simon Willnauer
2016-08-30Avoid allocating log parameterized messagesJason Tedor
2016-08-30Introduce Log4j 2Jason Tedor
2016-08-10Collapse o.e.index.mapper packages. #19921Adrien Grand
2016-07-19Automatically created indices should honor `index.mapper.dynamic`. #19478Adrien Grand
2016-07-04Do not catch throwableJason Tedor
2016-07-01Remove some unused codeTanguy Leroux
2016-06-10Make IndicesClusterStateService unit testable (#17270)Yannick Welsch
2016-06-01Index Template: parse and validate mappings in template when template putsJun Ohtani
2016-05-24Moved the percolator from core to its own moduleMartijn van Groningen
2016-05-05Generate and run tests from the docsNik Everett
2016-04-22Changed indexed scripts to be stored in the cluster state instead of the `.sc...Martijn van Groningen
2016-04-19percolator: removed .percolator type instead a field of type `percolator` sho...Martijn van Groningen
2016-04-14Internal: Remove threadlocal from document parserRyan Ernst
2016-04-08Fix `MapperService.unmappedType("string")` to not raise an error.Adrien Grand
2016-04-06Fail if an object is added after a field with the same name. #17568Adrien Grand
2016-03-30Add a soft limit on the mapping depth. #17400Adrien Grand
2016-03-29Add limit to total number of fields in mapping. #17357Yanjun Huang