NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
Types Exists
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Types Exists
editUsed to check if a type/types exists in an index/indices.
HEAD twitter/_mapping/tweet
The HTTP status code indicates if the type exists or not. A 404 means
it does not exist, and 200 means it does.