Dear Christian, thank you for your reply.
2008/3/4, Christopher Lenz <[EMAIL PROTECTED]>: > What exactly are you trying to do here? This sounds a bit like you > haven't discovered key/startkey/endkey filtering yet. Or that that a > single view function can return multiple rows. I am computing word n-grams for different n. http://en.wikipedia.org/wiki/N-gram I used the n-gram as a key and the document as a value. Thanks for your remark about key filtering, it got me to think of simply using an array as a key, which contains the n-gram as well as the n. Best regards and thanks a lot Christoph
