elasticsearch.api.actions.exists

* Elasticsearch exists API * * Copyright: © 2015 David Monagle * License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. * Authors: David Monagle

Members

Functions

exists
Response exists(Client client, ESParams arguments)
bool exists(Client client, string index, string id, ESParams params)

Return true if the specified document exists, false otherwise.

Meta