我知道可以使用group_level对couchbase map / reduce进行分组,但我希望对数据进行分组,而不仅仅是想要count.Here是场景
以下是couchbase中的数据
Iteration
现在我想,是
Model model = new LinkedHashModel();
Graph graph = new GraphImpl();
...
RepositoryConnection conn = repo.getConnection();
conn.add(model); // a Model is an Iterable, so this works
conn.add(graph); // a Graph is an Iterable, so this works
有没有办法在couchbase中通过map / reduce功能实现这一目标?
答案 0 :(得分:1)
我不确定我到底知道你想做什么。复合密钥文档可能对您有所帮助:http://docs.couchbase.com/developer/dev-guide-3.0/compound-keys.html