Skip to content

CouchDB River: Support couchdb filter query parameters #389

Closed
@mahendra

Description

@mahendra

Couchdb filters support query parameters. It will be good to support this in the Elasticsearch couchdb river plugin.

Details of the couchdb filters are documented at
http://blog.couchone.com/post/468392274/whats-new-in-apache-couchdb-0-11-part-three-new.

The parameters can be provider under:

{
    "couchdb" : {
        "filter" : "test",
        "filter_params" : {
            "param1" : "value1",
            "param2" : "value2"
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions