如果mysql 有两张表 主键id都是自增 , 想把这两张表导入到es的一个type里 ,如果 mysql的这两张表id会重复,这么做是不是就不行
2019-11-23
{
"first_name":"John",
"last_name":"Smith",
"age":25,
"about":"l love es",
"interest":["sports","music"]
}
"first_name":"John",
"last_name":"Smith",
"age":25,
"about":"l love es",
"interest":["sports","music"]
}
2019-11-23
最赞回答 / qq_也许不是_0
了解下http + postman吧 https://blog.csdn.net/fxbin123/article/details/80428216
2019-11-21
配置文件在这
https://gist.github.com/admxj/2db95fe9e47af83d0649054cb5390d93
https://gist.github.com/admxj/2db95fe9e47af83d0649054cb5390d93
2019-11-19