0

can someone guide me how to map the below cassandra datatype to elastic search.

movies map<text, frozen<tuple<text, text, bigint, double, text>>>

Appreciate your time, thanks!

fa.
  • 63
  • 2
  • 11

1 Answers1

0

As of Elassandra v6.2.3.5, tuple is not supported, nor object inside map.

It is planned for a future release.

barth
  • 431
  • 2
  • 5