New Java API updateRequest as String

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?

1 Like

Hi André, just added the language-clients tag to ensure it gets picked up in the right channels.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.