ElasticSearch - Paprikas/rails_cheat_sheet GitHub Wiki

Get Indices

curl http://localhost:9200/_cat/indices

Get Document

curl http://localhost:9200/INDEX/_doc/1?pretty

Get Index mappings

curl http://localhost:9200/INDEX?pretty

Get Indexed records

curl http://localhost:9200/INDEX/_search?pretty