You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Chris Anderson (JIRA)" <ji...@apache.org> on 2008/12/30 07:56:44 UTC

[jira] Resolved: (COUCHDB-102) External Server Support

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

Chris Anderson resolved COUCHDB-102.
------------------------------------

    Resolution: Fixed

> External Server Support
> -----------------------
>
>                 Key: COUCHDB-102
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-102
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: Full-Text Search, HTTP Interface
>    Affects Versions: 0.9
>            Reporter: Paul Joseph Davis
>         Attachments: 0001-External-Server-Support.patch
>
>
> External Server Support
>     
> Based on jchris's Action Server code. Exposes an "_external" interface akin to the view server, but using a json line protocol communicates to an external process. There's a section in couch.ini that allows for custom external processes to be setup. Ie:
>     
> [Couch External Servers]
> fti = /path/to/couchdb-xapian-query
>     
> Would result in the url "http://localhost:5984/db/_external/fti" being available. Notice the correspondence in the url to the fti specified in the config.

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