OpenSearch/modules
Alex Benusovich 5463294ec4 Fixed NPEs caused by requests without content. (#23497)
REST handlers that require a body will throw an an ElasticsearchParseException "request body required".
REST handlers that require a body OR source param will throw an ElasticsearchParseException "request body or source param required".
Replaced asserts in BulkRequest parsing code with a more descriptive IllegalArgumentException if the line contains an empty object.
Updated bulk REST test to verify an empty action line is rejected properly.
Updated BulkRequestTests with randomized testing for an empty action line.
Used try-with-resouces for XContentParser in AbstractBulkByQueryRestHandler.
2017-06-05 09:08:14 -06:00
..
aggs-matrix-stats Add doc_count to ParsedMatrixStats (#24952) 2017-05-30 10:16:08 +02:00
analysis-common Plugins can register pre-configured char filters (#25000) 2017-06-05 09:25:15 -04:00
ingest-common Fixed NPEs caused by requests without content. (#23497) 2017-06-05 09:08:14 -06:00
lang-expression Scripting: Add StatefulFactoryType as optional intermediate factory in script contexts (#24974) 2017-05-30 16:32:14 -07:00
lang-mustache Fixed NPEs caused by requests without content. (#23497) 2017-06-05 09:08:14 -06:00
lang-painless Change ScriptContexts to use needs instead of uses$. (#25036) 2017-06-02 14:50:51 -07:00
parent-join Change `has_child`, `has_parent` queries and `childen` aggregation to work with the new join field type and 2017-06-02 23:27:16 +02:00
percolator test: Stop using the `mapping.single_type` setting in percolator tests. 2017-05-31 09:11:33 +02:00
reindex Fixed NPEs caused by requests without content. (#23497) 2017-06-05 09:08:14 -06:00
repository-url Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
transport-netty4 Settings: Remove shared setting property (#24728) 2017-05-17 13:14:12 -07:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00