OpenSearch/client
Jason Tedor 972bdc09ee Reject empty IDs
When indexing a document via the bulk API where IDs can be explicitly
specified, we currently accept an empty ID. This is problematic because
such a document can not be obtained via the get API. Instead, we should
rejected these requets as accepting them could be a dangerous form of
leniency. Additionally, we already have a way of specifying
auto-generated IDs and that is to not explicitly specify an ID so we do
not need a second way. This commit rejects the individual requests where
ID is specified but empty.

Relates #24118
2017-04-15 10:36:03 -04:00
..
benchmark Upgrade checkstyle to version 7.5 2017-02-03 09:46:44 -05:00
client-benchmark-noop-api-plugin Expose `batched_reduce_size` via `_search` (#23288) 2017-02-21 18:36:59 +01:00
rest Make buffer limit configurable in HeapBufferedConsumerFactory (#23970) 2017-04-10 12:27:42 +02:00
rest-high-level Reject empty IDs 2017-04-15 10:36:03 -04:00
sniffer
test move ignore parameter support from yaml test client to low level rest client (#22637) 2017-01-16 18:54:44 +01:00
transport