I need a field in index where we can add any types of data. I mean we need to add json objects , empty array and empty values as well as any type of values to the field.
Please let me know if there is any way to achieve this in elastic search.
Field: data :{ "fname":"abc", ""lname:"xyz" }
Field : data :["",""] field : data :"abc"
I want to store all above mentioned values in data field.