Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 56724 invoked from network); 15 Oct 2010 05:03:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Oct 2010 05:03:08 -0000 Received: (qmail 87031 invoked by uid 500); 15 Oct 2010 05:03:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 86900 invoked by uid 500); 15 Oct 2010 05:03:03 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 86892 invoked by uid 99); 15 Oct 2010 05:03:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Oct 2010 05:03:02 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mahendra.m@gmail.com designates 209.85.216.52 as permitted sender) Received: from [209.85.216.52] (HELO mail-qw0-f52.google.com) (209.85.216.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Oct 2010 05:02:56 +0000 Received: by qwb7 with SMTP id 7so266621qwb.11 for ; Thu, 14 Oct 2010 22:02:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=r70eJZvkaBRi2waX0eXOgtamjTY1lCWRmcz+P1zxdEY=; b=vOPzFbIwSi30jvD5nxKtaOZlG07+oHrlLIqrPRwlO9UN6OhMGxGL/XNUQ508VqKqTd FvzXs74qBVW4/tjfQzzCG9Q7h6OaqvYnKWh4bGsW2Edr7f6GTc3HrhxQFBlAvc1Nj6OG bUH7ap3mgNt4yVy96u1wrqekQRCO85+IHIwZg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bCpFF5uTvJYNYN6FH7lYhzChsI+L5O1YmrhPrN7a6YZbra1gypP+5i2JF5FaK7q0ey 0zs5vk4s+fgmuK4693ri7Ufmo7H4+Wb5eveI+fecNqSNX8Yh9WlNbM91rxjT9mktHUDF PfPPNBS9M18tljHpP2/L8Db3gmVhF2w6MMC7I= MIME-Version: 1.0 Received: by 10.229.182.3 with SMTP id ca3mr230014qcb.173.1287118953839; Thu, 14 Oct 2010 22:02:33 -0700 (PDT) Received: by 10.229.212.70 with HTTP; Thu, 14 Oct 2010 22:02:33 -0700 (PDT) Date: Fri, 15 Oct 2010 10:32:33 +0530 Message-ID: Subject: CouchDB ElasticSearch Integration Howto From: Mahendra M To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, ElasticSearch has added a feature which directly indexes couchdb documents. ElasticSearch listens on the CouchDB _changes interface and indexes the docs. This feature has undergone some changes in the current development series. So, ElasticSearch 0.12 should have all the goodies. Details are available at : http://github.com/elasticsearch/elasticsearch/wiki/Couchdb-integration Added a link at the CouchDB wiki also. http://wiki.apache.org/couchdb/Full_text_search For those of you new to ElasticSearch, it is an open source, distributed, RESTful, Search Engine (with JSON as the default document format). Please do give it a try and report any bugs to the ElasticSearch mailing list. PS: I am not the developer of ElasticSearch. @kimchi is the one. Regards, Mahendra http://twitter.com/mahendra