Fixing typo in the correct place
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
client.msearch({
|
client.msearch({
|
||||||
body: [
|
body: [
|
||||||
// match all query, on all indices and types
|
// match all query, on all indices and types
|
||||||
{}
|
{},
|
||||||
{ query: { match_all: {} } },
|
{ query: { match_all: {} } },
|
||||||
|
|
||||||
// query_string query, on index/mytype
|
// query_string query, on index/mytype
|
||||||
|
|||||||
@ -1216,7 +1216,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
|||||||
client.msearch({
|
client.msearch({
|
||||||
body: [
|
body: [
|
||||||
// match all query, on all indices and types
|
// match all query, on all indices and types
|
||||||
{},
|
{}
|
||||||
{ query: { match_all: {} } },
|
{ query: { match_all: {} } },
|
||||||
|
|
||||||
// query_string query, on index/mytype
|
// query_string query, on index/mytype
|
||||||
|
|||||||
Reference in New Issue
Block a user