我想从测试属性中获取摘要字段。属性测试可以针对每个文档进行更改。
attachments字段具有json对象,而不是json对象的数组。
我想创建索引,该索引应提供_sync.attachments.test.digest
请帮助索引和查询以获取摘要字段。
{
"_sync": {
"attachments": {
"test": {
"content_type": "text/html",
"digest": "sha1-CMKBiqaqoO++IxKQxH5ZW5smywY=",
"length": 10240,
"revpos": 3,
"stub": true
}
},
"time": "2019-10-14T05:38"
}
}