Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以指导我如何将以下 cassandra 数据类型映射到弹性搜索。
movies map<text, frozen<tuple<text, text, bigint, double, text>>>
感谢您的时间,谢谢!
从 Elassandra v6.2.3.5 开始,不支持元组,也不支持映射内的对象。
计划在未来发布。