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