Remove note about future ES version for content-type on master
This commit is contained in:
parent
dabc51f988
commit
d2428b1e0d
|
@ -243,8 +243,7 @@ Response indexResponse = restClient.performRequest(
|
||||||
|
|
||||||
IMPORTANT: The `ContentType` that you specify for the `HttpEntity` is important
|
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
|
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
|
can properly parse the content.
|
||||||
to be set properly.
|
|
||||||
|
|
||||||
Note that the low-level client doesn't expose any helper for json marshalling
|
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
|
and un-marshalling. Users are free to use the library that they prefer for that
|
||||||
|
|
Loading…
Reference in New Issue