Get all documents in the index ("core" in solr) ---------------------------------------------------- curl -XGET "http://192.168.21.18/tethys-records/_search?pretty" -H 'Content-Type: application/json' -d' { "query": { "match_all": {} } }'