tethys.frontend/OpenSearch queries.txt

10 lines
248 B
Plaintext
Raw Normal View History

2024-05-15 11:47:22 +00:00
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": {}
}
}'