diff --git a/docs/java-rest/usage.asciidoc b/docs/java-rest/usage.asciidoc index 46edb4f57c9..613b4ab7b8d 100644 --- a/docs/java-rest/usage.asciidoc +++ b/docs/java-rest/usage.asciidoc @@ -243,8 +243,7 @@ Response indexResponse = restClient.performRequest( IMPORTANT: The `ContentType` that you specify for the `HttpEntity` is important because it will be used to set the `Content-Type` header so that Elasticsearch -can properly parse the content. Future releases of Elasticsearch will require this -to be set properly. +can properly parse the content. Note that the low-level client doesn't expose any helper for json marshalling and un-marshalling. Users are free to use the library that they prefer for that