OpenSearch/rest-api-spec/api/count.json

37 lines
650 B
JSON
Raw Normal View History

{
"count": {
"documentation": "http://elasticsearch.org/guide/reference/api/count/",
"methods": ["POST", "GET"],
"url": {
"path": "/_count",
"paths": ["/_count", "/{index}/_count", "/{index}/{type}/_count"],
"parts": {
"index": {
},
"type": {
}
},
"params": {
"ignore_indices": {
},
"index": {
},
"min_score": {
},
"operation_threading": {
},
"preference": {
},
"routing": {
},
"source": {
},
"type": {
}
}
},
"body": {
}
}
}