We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_all
1 parent fa6ea32 commit 97c1ccbCopy full SHA for 97c1ccb
docs/reference/how-to/fix-common-cluster-issues.asciidoc
@@ -95,7 +95,7 @@ This may disrupt any in-flight searches that use fielddata.
95
96
[source,console]
97
----
98
-POST _all/_cache/clear?fielddata=true
+POST _cache/clear?fielddata=true
99
100
// TEST[s/^/PUT my-index\n/]
101
@@ -162,7 +162,7 @@ setting.
162
163
164
165
-PUT _all/_settings
+PUT _settings
166
{
167
"index.max_result_window": 5000
168
}
@@ -331,7 +331,7 @@ primary.
331
332
333
334
335
336
"index.number_of_replicas": 1
337
0 commit comments