Fixing typo in the correct place

This commit is contained in:
Shaunak Kashyap
2015-07-01 13:17:07 -07:00
parent ff3ba8793c
commit 1538bca051
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
client.msearch({
body: [
// match all query, on all indices and types
{}
{},
{ query: { match_all: {} } },
// query_string query, on index/mytype

View File

@ -1216,7 +1216,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
client.msearch({
body: [
// match all query, on all indices and types
{},
{}
{ query: { match_all: {} } },
// query_string query, on index/mytype