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.

Reply via email to