How to do it...

The _meta mapping field can be populated with any data we want. Consider the following example:

{
"_meta": {
"attr1": ["value1", "value2"],
"attr2": {
"attr3": "value3"
}
}
}