Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 56705 invoked from network); 8 Aug 2008 17:48:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Aug 2008 17:48:41 -0000 Received: (qmail 92633 invoked by uid 500); 8 Aug 2008 17:48:34 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 92530 invoked by uid 500); 8 Aug 2008 17:48:34 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 92469 invoked by uid 99); 8 Aug 2008 17:48:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2008 10:48:34 -0700 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2008 17:47:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4B6BE234C199 for ; Fri, 8 Aug 2008 10:47:44 -0700 (PDT) Message-ID: <1793506112.1218217664307.JavaMail.jira@brutus> Date: Fri, 8 Aug 2008 10:47:44 -0700 (PDT) From: "Paul Joseph Davis (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Updated: (COUCHDB-102) External Server Support In-Reply-To: <1525866664.1218217664233.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis updated COUCHDB-102: -------------------------------------- Attachment: 0001-External-Server-Support.patch This patch should apply cleanly against the current trunk. > 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.