【发布时间】:2018-06-25 13:43:59
【问题描述】:
我正在使用此代码从特定文档中获取子文档
DocumentFragment<Lookup> result= bucket.async().lookupIn(docId).get(subDocId).execute().
toBlocking().singleOrDefault(null);
我不知道为什么,但是
result.rawContent(subDocId)
返回 null,而
result.content(subDocId)
返回正确的值。
谁能指出可能导致此问题的原因?
【问题讨论】:
标签: couchbase