[apis] regenerate
This commit is contained in:
@ -1037,13 +1037,14 @@ client.msearch({
|
||||
{ query: { match_all: {} } },
|
||||
|
||||
// query_string query, on index/mytype
|
||||
{ _index: 'myindex', _type: 'mytype' },
|
||||
{ index: 'myindex', type: 'mytype' },
|
||||
{ query: { query_string: { query: '"Test 1"' } } }
|
||||
]
|
||||
});
|
||||
---------
|
||||
|
||||
|
||||
|
||||
*Params*
|
||||
|
||||
[horizontal]
|
||||
@ -1999,8 +2000,6 @@ Options:::
|
||||
* `"internal"`
|
||||
* `"force"`
|
||||
|
||||
`detectNoop`::
|
||||
`Boolean` -- Specifying as true will cause Elasticsearch to check if there are changes and, if there aren’t, turn the update request into a noop.
|
||||
`id`::
|
||||
`String` -- Document ID
|
||||
`index`::
|
||||
|
||||
Reference in New Issue
Block a user