From 82f17ee59111677da03e77e7206abe840ed8fa0e Mon Sep 17 00:00:00 2001 From: spalger Date: Tue, 4 Aug 2015 10:49:28 -0700 Subject: [PATCH] apply 3403fb6 to source file --- docs/_examples/msearch.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_examples/msearch.asciidoc b/docs/_examples/msearch.asciidoc index 21c49cbcc..1785f958a 100644 --- a/docs/_examples/msearch.asciidoc +++ b/docs/_examples/msearch.asciidoc @@ -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"' } } } ] });