summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/index/mapper/ParsedDocument.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-11-02Avoid uid creation in ParsedDocument (#27241)Mathias Fußenegger
2017-05-09Identify documents by their `_id`. (#24460)Adrien Grand
2017-04-14Use sequence numbers to identify out of order delivery in replicas & recovery...Boaz Leskes
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2016-12-08Add internal _primary_term doc values field, fix _seq_no indexingLee Hinman
2016-11-30Remove 2.x backward compatibility of mappings. (#21670)Adrien Grand
2016-09-29Merge branch 'master' into feature/seq_noJason Tedor
2016-09-01Optimize indexing for the autogenerated ID append-only case (#20211)Simon Willnauer
2016-08-24Fix RAM usage estimation of LiveVersionMap. #20123Adrien Grand
2016-05-14Merge branch 'master' into feature/seq_noJason Tedor
2016-05-10Mapping cleanups. #18180Adrien Grand
2015-12-15merge from masterBoaz Leskes
2015-12-15Make mappings immutable.Adrien Grand
2015-11-19Add Sequence Numbers and enforce Primary TermsBoaz Leskes
2015-06-05create core moduleSimon Willnauer