DeleteΒΆ

The delete API is very similar to the Java delete API, here is an example:

def deleteF = node.client.delete {
    index "test"
    type "type1"
    id "1"
}

Previous topic

Count

Next topic

Get

This Page