Most of the times, as developers, we do not define index mapping before pushing data to index. Most often we deal with simple records which don’t include complex objects and are plain simple one level hash representation such as below {
name: “vk”,
age: “29”,
attributes: “normal”…