OpenSearch/client/rest
Luca Cavanna 193111919c move ignore parameter support from yaml test client to low level rest client (#22637)
All the language clients support a special ignore parameter that doesn't get passed to elasticsearch with the request, but used to indicate which error code should not lead to an exception if returned for a specific request.

Moving this to the low level REST client will allow the high level REST client to make use of it too, for instance so that it doesn't have to intercept ResponseExceptions when the get api returns a 404.
2017-01-16 18:54:44 +01:00
..
licenses Build: use license mapping for http* and commons-* 2016-07-19 15:16:45 +02:00
src move ignore parameter support from yaml test client to low level rest client (#22637) 2017-01-16 18:54:44 +01:00
build.gradle Replace Socket, ServerSocket, and HttpServer usages in tests with mocksocket versions (#22287) 2017-01-04 14:38:51 -06:00