regenerate the docs

This commit is contained in:
spalger
2015-08-04 10:50:16 -07:00
parent 8940e77a0c
commit 88adcd7767
8 changed files with 8 additions and 8 deletions

View File

@ -909,7 +909,7 @@ 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"' } } }
]
});