You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Samuel Williams <sp...@gmail.com> on 2012/07/31 08:06:04 UTC

Running a query against an existing view

Is it possible to run a map-reduce query against an existing view?

Thanks,
Samuel

Re: Running a query against an existing view

Posted by Alexander Shorin <kx...@gmail.com>.
Hi,

No out of box.
Yes with something like: https://github.com/afters/Couch-Incarnate

--
,,,^..^,,,


On Tue, Jul 31, 2012 at 10:08 AM, Octavian Damiean <ma...@gmail.com> wrote:
> Hello,
>
> A view consists of a map and an optional reduce function. I'm not
> quite sure if I understand what exactly you are trying to achieve with
> that.
>
> Can you elaborate?
>
> Cheers,
> Octavian
>
> On Tue, Jul 31, 2012 at 8:06 AM, Samuel Williams
> <sp...@gmail.com> wrote:
>> Is it possible to run a map-reduce query against an existing view?
>>
>> Thanks,
>> Samuel

Re: Running a query against an existing view

Posted by Octavian Damiean <ma...@gmail.com>.
Hello,

A view consists of a map and an optional reduce function. I'm not
quite sure if I understand what exactly you are trying to achieve with
that.

Can you elaborate?

Cheers,
Octavian

On Tue, Jul 31, 2012 at 8:06 AM, Samuel Williams
<sp...@gmail.com> wrote:
> Is it possible to run a map-reduce query against an existing view?
>
> Thanks,
> Samuel