You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Benoit Chesneau (JIRA)" <ji...@apache.org> on 2010/12/14 14:27:02 UTC

[jira] Updated: (COUCHDB-987) use view functions to emit changes

     [ https://issues.apache.org/jira/browse/COUCHDB-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Chesneau updated COUCHDB-987:
------------------------------------

    Attachment: view_changes.patch

> use view functions to emit changes
> ----------------------------------
>
>                 Key: COUCHDB-987
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-987
>             Project: CouchDB
>          Issue Type: New Feature
>    Affects Versions: 1.2
>            Reporter: Benoit Chesneau
>            Assignee: Benoit Chesneau
>             Fix For: 1.2
>
>         Attachments: view_changes.patch
>
>
> Add the ability to use map view function to filter changes  instead of duplicating the
> effort in writing a filter function that does the same, which is
> apparently done a lot. 
> Each time a value could be emitted, a change  is returned. The url is :
> http://127.0.0.1:5984/testdb/_changes?filter=_view&view=dname/viewname
> On other advantage is that I can also use this in an external indexer.
> Branch is available on my github repo : 
> https://github.com/benoitc/couchdb/tree/view_changes
> diff has been attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.