Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs_zh/ChunJun连接器/elasticsearch/es7-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,10 @@ Elasticsearch 7.x

# 五、数据类型

|是否支持 | 类型名称 |
| --- | --- |
| 支持 |INTEGER,FLOAT,DOUBLE,LONG,DATE,TEXT,BYTE,BINARY,OBJECT,NESTED|
| 不支持 | IP,GEO_POINT,GEO_SHAPE|
|是否支持 | 类型名称 |
| --- |-----------------------------------------------------------------------------|
| 支持 | BOOLEAN,SHORT,INTEGER,FLOAT,DOUBLE,LONG,DATE,TEXT,BYTE,BINARY,OBJECT,NESTED |
| 不支持 | IP,GEO_POINT,GEO_SHAPE |

# 六、脚本示例
见项目内`chunjun-examples`文件夹。
Expand Down
8 changes: 4 additions & 4 deletions docs_zh/ChunJun连接器/elasticsearch/es7-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,10 @@ Elasticsearch 7.x

## 五、数据类型

|是否支持 | 类型名称 |
| --- | --- |
| 支持 |INTEGER,FLOAT,DOUBLE,LONG,DATE,TEXT,BYTE,BINARY,OBJECT,NESTED|
| 不支持 | IP,GEO_POINT,GEO_SHAPE|
|是否支持 | 类型名称 |
| --- |-----------------------------------------------------------------------------|
| 支持 | BOOLEAN,SHORT,INTEGER,FLOAT,DOUBLE,LONG,DATE,TEXT,BYTE,BINARY,OBJECT,NESTED |
| 不支持 | IP,GEO_POINT,GEO_SHAPE |

## 六、脚本示例
见项目内`chunjun-examples`文件夹。