Browse Source

Update type-field.asciidoc

Wildcard type names are not supported
Clinton Gormley 8 years ago
parent
commit
19ce039d2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/fields/type-field.asciidoc

+ 1 - 1
docs/reference/mapping/fields/type-field.asciidoc

@@ -21,7 +21,7 @@ PUT my_index/type_2/2?refresh=true
   "text": "Document with type 2"
   "text": "Document with type 2"
 }
 }
 
 
-GET my_index/type_*/_search
+GET my_index/_search
 {
 {
   "query": {
   "query": {
     "terms": {
     "terms": {