This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
### 1、Elasticsearch的索引维护功能集
#### 三者关系
mysql表--->mapping json文件<--->es index mapping
1、mysql--->json 生成表对应的默认创建mapping的json文件。
2、json-----> es index mapping 根据json文件创建es index mapping