mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
Update type-field.asciidoc
Wildcard type names are not supported
This commit is contained in:
parent
930282e161
commit
19ce039d2d
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user