Update type-field.asciidoc

Wildcard type names are not supported
This commit is contained in:
Clinton Gormley 2017-01-27 17:49:56 +01:00
parent 930282e161
commit 19ce039d2d
1 changed files with 1 additions and 1 deletions

View File

@ -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": {