diff --git a/docs/en/docs/lakehouse/multi-catalog/es.md b/docs/en/docs/lakehouse/multi-catalog/es.md
index 6edbb95556..6ce16a3204 100644
--- a/docs/en/docs/lakehouse/multi-catalog/es.md
+++ b/docs/en/docs/lakehouse/multi-catalog/es.md
@@ -90,6 +90,7 @@ After switching to the ES Catalog, you will be in the `dafault_db` so you don't
| other | unsupported | |
+
### Array Type
Elasticsearch does not have an explicit array type, but one of its fields can contain
@@ -155,6 +156,7 @@ curl -X PUT "localhost:9200/doc/_mapping?pretty" -H 'Content-Type: application/j
`array_fields`:Used to indicate a field that is an array type.
+
## Best Practice
### Predicate Pushdown
diff --git a/docs/zh-CN/docs/lakehouse/multi-catalog/es.md b/docs/zh-CN/docs/lakehouse/multi-catalog/es.md
index ec74f1207d..2fc4415c84 100644
--- a/docs/zh-CN/docs/lakehouse/multi-catalog/es.md
+++ b/docs/zh-CN/docs/lakehouse/multi-catalog/es.md
@@ -90,6 +90,7 @@ CREATE CATALOG es PROPERTIES (
|other| unsupported ||
+
### Array 类型
Elasticsearch 没有明确的数组类型,但是它的某个字段可以含有[0个或多个值](https://www.elastic.co/guide/en/elasticsearch/reference/current/array.html)。
@@ -150,6 +151,7 @@ curl -X PUT "localhost:9200/doc/_mapping?pretty" -H 'Content-Type: application/j
`array_fields`:用来表示是数组类型的字段。
+
## 最佳实践
### 过滤条件下推