From user-return-13485-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Nov 03 19:44:30 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 76550 invoked from network); 3 Nov 2010 19:44:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Nov 2010 19:44:30 -0000 Received: (qmail 20714 invoked by uid 500); 3 Nov 2010 19:45:00 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 20686 invoked by uid 500); 3 Nov 2010 19:45:00 -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 20678 invoked by uid 99); 3 Nov 2010 19:44:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 19:44:59 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of coolaj86@gmail.com designates 209.85.161.52 as permitted sender) Received: from [209.85.161.52] (HELO mail-fx0-f52.google.com) (209.85.161.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 19:44:55 +0000 Received: by fxm12 with SMTP id 12so865606fxm.11 for ; Wed, 03 Nov 2010 12:44:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=5KBUnJPh+/JRTt/iW3YzJmwOf86eURdrtwBY8wcJ9pU=; b=R+D/Rou0pUHrxJ9C3MyKpnh9JzNCypJdmfQJdLKUyahQlsNR9OR1Ae2gRp2DRrS2qO hMDrxYkEF9K6imFCfel/ZmNaJ2+2grK1uuFRoBqAuv6z3yOP/nPDP+kPs50mgOTsYTqE MaRrWscKabFpGTI2MqWCsAlkYHfrolXolV+X8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=M9SRGQBI2gs2JdAFaHnbGXCJWIG5JnVjK4EtJ3nchnEsk9aBFoOUnAyMiA9vxbSTW8 G11U2H2yYPtoRuh3PwlLEsmfDnnJVFkdltfea/Vx8ADqMcaezvkazM4kiS1G1jQAvHR3 nO74WwNZKe/eSxasR7iB0dnIuuDCo4ObH+HX0= Received: by 10.223.74.15 with SMTP id s15mr3401221faj.28.1288813473568; Wed, 03 Nov 2010 12:44:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.111.200 with HTTP; Wed, 3 Nov 2010 12:44:13 -0700 (PDT) In-Reply-To: <4CCFF40F.5080704@free.fr> References: <4CCEF12B.8060508@free.fr> <4CCFCDFD.3090301@free.fr> <4CCFF40F.5080704@free.fr> From: AJ ONeal Date: Wed, 3 Nov 2010 13:44:13 -0600 Message-ID: Subject: Re: Complex keys and ranges To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=20cf3054a2db4616a304942b4591 --20cf3054a2db4616a304942b4591 Content-Type: text/plain; charset=ISO-8859-1 In connection with Node.js there's a couchdb plugin for sphinx (C++) / limestone / search. https://github.com/kurokikaze/limestone https://github.com/kurokikaze/node-search-engine I haven't tried it, but I hope to investigate it more later. I don't want lucene for the same reason - JVM yuck. AJ ONeal On Tue, Nov 2, 2010 at 5:20 AM, cdr53x wrote: > On 11/02/2010 10:26 AM, Nils Breunese wrote: > >> >> You can run couchdb-lucene on a separate server if you want. Anyway, we >> are very happy with couchdb-lucene and I think it's a much more mature >> solution than multiview, which is still in development. Also, Lucene can do >> a lot more than multiview I believe (but maybe you don't need that extra >> funcionality). >> >> > Actually I was more looking at a way of optimizing a single server ;) > > But I will give lucene a try in all cases. > > Regards, > > cdrx > > > --20cf3054a2db4616a304942b4591--