多个json对象的N1QL索引

时间:2019-10-14 11:47:31

标签: couchbase n1ql

我想从测试属性中获取摘要字段。属性测试可以针对每个文档进行更改。

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"
  }
}

0 个答案:

没有答案