Correct name and small text edits for `_msearch`

This commit is contained in:
Karel Minarik 2013-05-28 10:49:18 +02:00
parent 9f5f984bd9
commit 60365ff08e
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"search": { "msearch": {
"documentation": "http://www.elasticsearch.org/guide/reference/api/multi-search/", "documentation": "http://www.elasticsearch.org/guide/reference/api/multi-search/",
"methods": ["GET", "POST"], "methods": ["GET", "POST"],
"url": { "url": {
@ -24,7 +24,7 @@
} }
}, },
"body": { "body": {
"description": "The request definitions (metadata-search request pairs), separated by newlines" "description": "The request definitions (metadata-search request definition pairs), separated by newlines"
} }
} }
} }