Skip to content

Commit b51f6c8

Browse files
author
wangjunbo
committed
format doc description
1 parent f407c99 commit b51f6c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/content.zh/docs/connectors/pipeline-connectors/elasticsearch.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,14 @@ Pipeline Connector Options
169169
<td>optional</td>
170170
<td style="word-wrap: break-word;">(none)</td>
171171
<td>Long</td>
172-
<td>每个表的分片后缀字段,允许为多个表设置分片后缀字段。默认sink表名为test_table${suffix_key}。默认分片字段为第一个分区列。表之间用';'分隔。表和字段之间用':'分割。例如,我们设置sharding.suffix.key为'table1:col1;table2:col2'。</td>
172+
<td>每个表的分片后缀字段,允许为多个表设置分片后缀字段。默认 sink 表名为 test_table${suffix_key}。默认分片字段为第一个分区列。表之间用';'分隔。表和字段之间用':'分割。例如,我们设置 sharding.suffix.key 为'table1:col1;table2:col2'。</td>
173173
</tr>
174174
<tr>
175175
<td>sharding.suffix.separator</td>
176176
<td>optional</td>
177177
<td style="word-wrap: break-word;">"_"</td>
178178
<td>String</td>
179-
<td>用于分割表名称和分片后缀的分隔符。默认是 '_'。如果设置为 '-',那么表名称会是 `test_table-${suffix}`。</td>
179+
<td>用于分割表名称和分片后缀的分隔符。默认是 '_'。如果设置为 '-',那么表名称会是 test_table-${suffix}。</td>
180180
</tr>
181181
</tbody>
182182
</table>

docs/content/docs/connectors/pipeline-connectors/elasticsearch.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,14 @@ Pipeline Connector Options
169169
<td>optional</td>
170170
<td style="word-wrap: break-word;">(none)</td>
171171
<td>Long</td>
172-
<td>Sharding suffix key for each table, allow setting sharding suffix key for multiTables.Default sink table name is 'test_table${suffix_key}'.Default sharding column is first partition column.Tables are separated by ';'.Table and column are separated by ':'.For example, we can set sharding.suffix.key by 'table1:col1;table2:col2'.</td>
172+
<td>Sharding suffix key for each table, allow setting sharding suffix key for multiTables.Default sink table name is test_table${suffix_key}.Default sharding column is first partition column.Tables are separated by ';'.Table and column are separated by ':'.For example, we can set sharding.suffix.key by 'table1:col1;table2:col2'.</td>
173173
</tr>
174174
<tr>
175175
<td>sharding.suffix.separator</td>
176176
<td>optional</td>
177177
<td style="word-wrap: break-word;">"_"</td>
178178
<td>String</td>
179-
<td>Separator for sharding suffix in table names, allow defining the separator between table name and sharding suffix. Default value is '_'. For example, if set to '-', the default table name would be 'test_table-${suffix}'</td>
179+
<td>Separator for sharding suffix in table names, allow defining the separator between table name and sharding suffix. Default value is '_'. For example, if set to '-', the default table name would be test_table-${suffix}</td>
180180
</tr>
181181
</tbody>
182182
</table>

0 commit comments

Comments
 (0)