Exists api in ES 5.6.13

Hi

I found exists API in 6.3 https://www.elastic.co/guide/en/elasticsearch/client/java-rest/6.3/java-rest-high-document-exists.html

I just want to know how to check existence of a document in ES 5.6.13

You can use the low level client and just do a GET /index/type/id with it.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.