Remove note about future ES version for content-type on master

This commit is contained in:
Chris Earle 2017-02-03 20:10:04 -05:00
parent dabc51f988
commit d2428b1e0d
1 changed files with 1 additions and 2 deletions

View File

@ -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