上QQ阅读APP看书,第一时间看更新
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"
}
}
}
The _meta mapping field can be populated with any data we want. Consider the following example:
{
"_meta": {
"attr1": ["value1", "value2"],
"attr2": {
"attr3": "value3"
}
}
}