Set Value With Null
Edit pageReplace Value by Null
Section titled “Replace Value by Null”Index value
Section titled “Index value”PUT /test/replace-null/doc1
{ "_id": { "_type": "keyword" }, "campo": { "_type": "integer", "_value": 12 }}Replace value with null
Section titled “Replace value with null”PUT /test/replace-null/doc2
{ "_id": { "_type": "keyword" }, "campo": null}Get replaced value with null
Section titled “Get replaced value with null”GET /test/replace-null/doc2