Added queries example files
This commit is contained in:
parent
8962345f99
commit
484be48d1e
3 changed files with 69 additions and 6 deletions
9
OpenSearch queries.txt
Normal file
9
OpenSearch queries.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
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": {}
|
||||
}
|
||||
}'
|
||||
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue