[apis] regenerate

This commit is contained in:
spalger
2016-02-20 12:59:30 -08:00
parent b3f63ef2d8
commit e9ef6db2cd
17 changed files with 295 additions and 54 deletions

View File

@ -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 arent, turn the update request into a noop.
`id`::
`String` -- Document ID
`index`::