From 19ce039d2d3a2e31bcd7ef10dbd78c3afb703f91 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Fri, 27 Jan 2017 17:49:56 +0100 Subject: [PATCH] Update type-field.asciidoc Wildcard type names are not supported --- docs/reference/mapping/fields/type-field.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/fields/type-field.asciidoc b/docs/reference/mapping/fields/type-field.asciidoc index a84b2508de4..07f62e016e9 100644 --- a/docs/reference/mapping/fields/type-field.asciidoc +++ b/docs/reference/mapping/fields/type-field.asciidoc @@ -21,7 +21,7 @@ PUT my_index/type_2/2?refresh=true "text": "Document with type 2" } -GET my_index/type_*/_search +GET my_index/_search { "query": { "terms": {