Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0
-
None
Description
I would like to "unset" a field using partial updates like so:
doc.setField(field, singletonMap("set", null));
When I attempt to add this document using the standard XML-based RequestWriter, this update is ignored. It works properly when using the BinaryRequestWriter.