summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/get/GetActionIT.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-10-16Don't refresh on `_flush` `_force_merge` and `_upgrade` (#27000)Simon Willnauer
2017-09-25Unify Settings xcontent reading and writing (#26739)Simon Willnauer
2017-09-13Move non-core mappers to a module. (#26549)Adrien Grand
2017-06-23Remove remaining `index.mapping.single_type=false` (#25369)Simon Willnauer
2017-06-22Remove `index.mapping.single_type=false` from core/tests (#25331)Simon Willnauer
2017-04-27Only allow one type on 7.0 indices (#24317)Adrien Grand
2017-02-17Enforce Content-Type requirement on the rest layer and remove deprecated meth...Jay Modi
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2017-01-11Disable _all by defaultLee Hinman
2016-11-30Remove 2.x backward compatibility of mappings. (#21670)Adrien Grand
2016-09-13Fixed naming inconsistency for fields/stored_fields in the APIs (#20166)Jim Ferenczi
2016-09-12Deguice SearchService and friends (#20423)Simon Willnauer
2016-09-08Clean up XContentBuilderTanguy Leroux
2016-08-26GET operations should not extract fields from `_source`. #20158Adrien Grand
2016-08-24Use _refresh instead of reading from Translog in the RT GET case (#20102)Simon Willnauer
2016-08-10Collapse o.e.index.mapper packages. #19921Adrien Grand
2016-08-01Rename operation to result and reworking responsesAlexander Lin
2016-07-29Remove isCreated and isFound from the Java APIAlexander Lin
2016-06-22Remove `_timestamp` and `_ttl` on 5.x indices. #18980Adrien Grand
2016-06-21Revert "Remove `_timestamp` and `_ttl` on 5.x indices. #18980"Adrien Grand
2016-06-21Remove `_timestamp` and `_ttl` on 5.x indices. #18980Adrien Grand
2016-05-25Disable XContent auto closing of object and arraysTanguy Leroux
2016-04-11Merge pull request #17613 from jimferenczi/all_fieldJim Ferenczi
2016-04-08Remove Settings.settingsBuilder.Adrien Grand
2016-04-08Simplify AllEntries, AllField and AllFieldMapper:Jim Ferenczi
2016-03-07use true/false rather than yes/no in testsSimon Willnauer
2016-03-07Remove old and unsupported version constantsSimon Willnauer
2016-03-03Deprecate string in favor of text/keyword. #16877Adrien Grand
2016-02-15Add a text field.Adrien Grand
2016-01-30Uppercase ells ('L') in long literalsJason Tedor
2016-01-27Be stricter about parsing boolean values in mappings.Adrien Grand
2016-01-26logging: cleanup some old TestLogging annotations and add a few debug level b...Boaz Leskes
2016-01-18fix all kinds of crazy test failuresSimon Willnauer
2015-12-24Remove mapping backward compatibilit with pre-2.0.Adrien Grand
2015-12-21Simplify translog-based flush settingsSimon Willnauer
2015-11-07Completion Suggester V2Areek Zillur
2015-10-20Remove and ban @TestNik Everett
2015-10-07Engine: Remove Engine.CreateBoaz Leskes
2015-09-23Remove and ban ImmutableSet#ofNik Everett
2015-08-18Move the `murmur3` field to a plugin and fix defaults.Adrien Grand
2015-08-06Move the `_size` mapper to a plugin.Adrien Grand
2015-08-03Tests: Rename base tests cases to use "TestCase" suffixRyan Ernst
2015-08-03Tests: Rename integ tests to IT suffixRyan Ernst