问题标签 [couchnode]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
87 浏览

couchbase - Couchbase 视图查询不返回所有匹配的文档

我创建了一个视图,其中包含两个字段作为索引的键,例如[type, time]。当我尝试使用以下查询获取文档时,我在结果集中丢失了一些文档。

我使用的 Javascript 视图看起来像这样:

这里 type_1 和 type_2 是上面提到的文档类型

我使用的查询:

URL/VIEW_PATH?stale=update_after&inclusive_end=true&connection_timeout=60000&limit=10&skip=0&startkey=[type,start_time]&endkey=[type,end_time]&full_set=true

我有一份文件应该在结果中。但我没有得到任何东西。

我在这里做错了吗?

Couchbase 版本:3.1.6-1904 企业版(build-1904)

我存储桶中的文档数 ~5M