mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[docs] Add wait_for_status=yellow
Another unstable snippet.... https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-os-compatibility/os=sles/402/console
This commit is contained in:
parent
10381de815
commit
8155e1efda
@ -69,6 +69,8 @@ PUT my_index
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GET _cluster/health?wait_for_status=yellow
|
||||||
|
|
||||||
GET my_index/_analyze <3>
|
GET my_index/_analyze <3>
|
||||||
{
|
{
|
||||||
"analyzer": "std_folded", <4>
|
"analyzer": "std_folded", <4>
|
||||||
@ -88,4 +90,3 @@ GET my_index/_analyze <3>
|
|||||||
<3> To refer to this analyzer, the `analyze` API must specify the index name.
|
<3> To refer to this analyzer, the `analyze` API must specify the index name.
|
||||||
<4> Refer to the analyzer by name.
|
<4> Refer to the analyzer by name.
|
||||||
<5> Refer to the analyzer used by field `my_text`.
|
<5> Refer to the analyzer used by field `my_text`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user