作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Couchbase 4.0 测试版和 java-client 2.1.3。Bucket.get(id)
返回 JsonDocument
我可以从中得到id
和 cas
以及内容。现在我想使用 N1QL (select *)
查询二级索引.然而,QueryResult
只返回 JsonObject
的行s 只是文档内容。无论如何我也可以获得元数据( id
和 cas
)吗?
最佳答案
您可以执行以下操作:
SELECT b, meta(b) AS meta FROM my_bucket b;
关于Couchbase N1QL : How to get complete Document including ID and CAS with SELECT,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31057576/
我是一名优秀的程序员,十分优秀!