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

82 lines
1.5 KiB
JSON
Raw Normal View History

{
"search": {
"documentation": "http://elasticsearch.org/guide/reference/api/search/scroll/",
"methods": ["GET", "POST"],
"url": {
"path": "/_msearch",
"paths": ["/_msearch", "/{index}/_msearch", "/{index}/{type}/_msearch", "/_search", "/{index}/_search", "/{index}/{type}/_search", "/_search/scroll", "/_search/scroll/{scroll_id}"],
"parts": {
"index": {
},
"type": {
},
"scroll_id": {
}
},
"params": {
"ignore_indices": {
},
"index": {
},
"search_type": {
},
"type": {
},
"analyze_wildcard": {
},
"analyzer": {
},
"default_operator": {
},
"df": {
},
"explain": {
},
"fields": {
},
"from": {
},
"indices_boost": {
},
"lenient": {
},
"lowercase_expanded_terms": {
},
"operation_threading": {
},
"preference": {
},
"q": {
},
"routing": {
},
"scroll": {
},
"size": {
},
"sort": {
},
"source": {
},
"stats": {
},
"suggest_field": {
},
"suggest_mode": {
},
"suggest_size": {
},
"suggest_text": {
},
"timeout": {
},
"version": {
},
"scroll_id": {
}
}
},
"body": null
}
}