Hi, Could someone provide me a few examples on the syntax for delete a few documents based on matching (or actually partial matching) of a value of a a field.
for example, delete all document is: *:* I have some of the documents that has a kv pairs liked: "my_field":"value1" "my_field":"value2" "my_field":"value3" only the document with value2 needs to be deleted. What is the syntax to delete by partial matching value of a field? Thanks.