elasticsearch多个索引的数据联查

1.数据入库 PUT /my_index/user/1 { "name": "John Smith", "email": "[email protected]", "dob": "1970/10/24" } PUT /your_index/blogpost/2 { "title": "Relationships", "body":
相关文章
相关标签/搜索