Open source distributed and RESTful search engine
Open source distributed and RESTful search engine
opensearch$ opensearch$ curl -X GET 'http://localhost:9200/_cluster/health?pretty'$ curl -X POST 'http://localhost:9200/my-index/_doc' -H 'Content-Type: application/json' -d '{"name":"example"}'