summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/action/bulk/BulkRequestTests.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-11-17Standardize underscore requirements in parameters (#27414)Mayya Sharipova
2017-08-08Verify that _bulk and _msearch requests are terminated by a newline (#25740)olcbean
2017-06-05Fixed NPEs caused by requests without content. (#23497)Alex Benusovich
2017-04-28Added validation for upserd request (#24282)Kunal Kapoor
2017-02-17Enforce Content-Type requirement on the rest layer and remove deprecated meth...Jay Modi
2017-02-08Remove ldjson support and document ndjson for bulk/msearch (#23049)Jay Modi
2017-02-07Add support for newline delimited JSON Content-Type (#22947)Jay Modi
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2017-01-23[TEST] add test to verify that the SMILE format works within the _bulk apijavanna
2016-11-10Clean up of Script.Jack Conradson
2016-10-11rename DocumentRequest to DocWriteRequestAreek Zillur
2016-10-11change DocumentRequest<?> to DocumentRequest for readibilityAreek Zillur
2016-10-07Revert "rename DocumentRequest to DocumentWriteRequest"Areek Zillur
2016-10-06rename DocumentRequest to DocumentWriteRequestAreek Zillur
2016-10-03Merge branch 'master' into cleanup/transport_bulkAreek Zillur
2016-09-13Fixed naming inconsistency for fields/stored_fields in the APIs (#20166)Jim Ferenczi
2016-08-23Make bulk item-level requests implement DocumentRequest interfaceAreek Zillur
2016-07-01Clean up BytesReference (#19196)Simon Willnauer
2016-06-06Add support for waiting until a refresh occursNik Everett
2016-05-18Add tests for null precondition check in BulkRequestDaniel Mitterdorfer
2016-05-13Remove support for mulitple languages per scripting engineLee Hinman
2016-02-15Fix typos in exception/assert/log messages in core module.Dongjoon Hyun
2016-01-17Zap another few raw types warningsNik Everett
2015-12-18Remove wildcard importsRyan Ernst
2015-12-01Reject refresh usage in bulk items when using and fix NPE when no sourceDavid Pilato
2015-10-20Remove and ban @TestNik Everett
2015-09-14Remove and forbid use of guava Function, Charsets, Collections2Simon Willnauer
2015-08-04Move Streams.copyTo(String|Bytes)FromClasspath() into StreamsUtilsTanguy Leroux
2015-08-03Tests: Rename base tests cases to use "TestCase" suffixRyan Ernst
2015-06-05create core moduleSimon Willnauer