Is there any way, through any of the pythonic Elasticsearch libraries, to check if a document exist in a given index using the _id field?
Say I have a random doc _id of 73H316Dhgh and I want to check if it exists on a given index? How would I go about this using either of the python Elasticsearch libraries?