Currently, I am using a Groovy script to delete a nested object:
ctx._source.remove(\"nested\")
However, the deployment system only allows Lucene expressions. What would be the equivalent of this Groovy script?
Currently, I am using a Groovy script to delete a nested object:
ctx._source.remove(\"nested\")
However, the deployment system only allows Lucene expressions. What would be the equivalent of this Groovy script?