apply 3403fb6 to source file

This commit is contained in:
spalger
2015-08-04 10:49:28 -07:00
parent 3403fb69b5
commit 82f17ee591

View File

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