About XHEAD

I want to check for the existance of a document using HEAD, for example:
curl -XHEAD 'http://localhost:9200/twitter/tweet/1'

but the command returns nothing, my es version is 0.19.11. why?