10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
|
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": {}
|
||
|
}
|
||
|
}'
|
||
|
|