[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

@ -1176,13 +1176,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]