Create a new index
Delete a document by ID
Delete a PostgreSQL index
Delete an index
curl -X DELETE 'http://localhost:9200/my_index?pretty'
Delete users index
curl -X DELETE 'http://localhost:9200/users?pretty'
Insert document into index
Search documents in an index
Copy data from one index to another