From 162c62dbccd5b93481bcedcb9e9f494f44902177 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Thu, 3 Jul 2014 15:38:06 +0200 Subject: [PATCH] [DOCS] Add information regarding _type parameter requirement for _mget Change ID to `[[mget-type]]` Closes #6670. --- docs/reference/docs/multi-get.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/docs/multi-get.asciidoc b/docs/reference/docs/multi-get.asciidoc index 9706ba17975..74be948cbc9 100644 --- a/docs/reference/docs/multi-get.asciidoc +++ b/docs/reference/docs/multi-get.asciidoc @@ -71,7 +71,7 @@ curl 'localhost:9200/test/type/_mget' -d '{ -------------------------------------------------- [float] -[[type]] +[[mget-type]] === Optional Type The mget API allows for `_type` to be optional. Set it to `_all` or leave it empty in order