浏览代码

Update circuit-breaker-errors.asciidoc (#92070)

Fix typo fieldata -> fielddata
Cleydyr Bezerra de Albuquerque 2 年之前
父节点
当前提交
ee452bd143
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/reference/troubleshooting/common-issues/circuit-breaker-errors.asciidoc

+ 2 - 2
docs/reference/troubleshooting/common-issues/circuit-breaker-errors.asciidoc

@@ -82,7 +82,7 @@ you've enabled fielddata and triggered the <<fielddata-circuit-breaker,fielddata
 circuit breaker>>, consider disabling it and using a `keyword` field instead.
 See <<fielddata>>.
 
-**Clear the fieldata cache**
+**Clear the fielddata cache**
 
 If you've triggered the fielddata circuit breaker and can't disable fielddata,
 use the <<indices-clearcache,clear cache API>> to clear the fielddata cache.
@@ -92,4 +92,4 @@ This may disrupt any in-flight searches that use fielddata.
 ----
 POST _cache/clear?fielddata=true
 ----
-// TEST[s/^/PUT my-index\n/]
+// TEST[s/^/PUT my-index\n/]