Is there a way with the new Java API to update a document as JSON-String?
Problem is, i have a Object which i want to update and this contains null value which must be serialized. By default jackson ignores null value to serialize, but ui need it.
An alternative could be to configure jackson which is used by Elastic Java API, but i don't know where to do it.
Any ideas?