From dev-return-11728-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Sep 15 22:10:29 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 4125 invoked from network); 15 Sep 2010 22:10:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Sep 2010 22:10:28 -0000 Received: (qmail 64605 invoked by uid 500); 15 Sep 2010 22:10:28 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 64386 invoked by uid 500); 15 Sep 2010 22:10:27 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 64378 invoked by uid 99); 15 Sep 2010 22:10:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Sep 2010 22:10:27 +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 (athena.apache.org: domain of robert.newson@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; Wed, 15 Sep 2010 22:10:20 +0000 Received: by qwf6 with SMTP id 6so747380qwf.11 for ; Wed, 15 Sep 2010 15:09:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=3CQ9xYxCVcdQJs064Eu+FqZUBzCEuM3XWxP8J5tqUTA=; b=iqlTa8Iqyt2Ntp1QfK/aGsMzCYA2MDj1wpOyvZniqMN2AvhADw17q92qywoIMpPyj4 MxYT6LmlqqiQ4mS7wNnr+/1Ai4oTGXt5oL+6A7N6DEO3/g2ysI9a1APS2NCIXYhFGJUZ T+lgTRCzWLHqrjQKCtBEYzw8B9C9ud0CUxIms= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=qc6N0UBFkL5BIh7HMPQGXwyrHpMsRA1c6UjtYY5JjdiSpXIhWInYuXK8mjxz91HXgk zHGFvYObQae80GcesSIlaPvhy7KKzOfbbPJVDtw84ybxAe6m9R8zeiiicjPwMpk44Xqp zSqF6Zf6s5m78UGTS+HKIHIHkkLkKZMfffaEA= MIME-Version: 1.0 Received: by 10.229.2.24 with SMTP id 24mr1319768qch.276.1284588599631; Wed, 15 Sep 2010 15:09:59 -0700 (PDT) Received: by 10.229.51.200 with HTTP; Wed, 15 Sep 2010 15:09:59 -0700 (PDT) In-Reply-To: <-330817437859812003@unknownmsgid> References: <68B9E470-ED4C-43B6-92C6-CA538D8AE3D5@cern.ch> <-330817437859812003@unknownmsgid> Date: Wed, 15 Sep 2010 23:09:59 +0100 Message-ID: Subject: Re: CouchDB 1.1 From: Robert Newson To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 There's an ongoing debate over full-text indexing. Lucene requires Java which limits adoption (Java doesn't run on iOS for one thing). Non-Lucene options are either a) commercial or b) crap. B. On Wed, Sep 15, 2010 at 10:40 PM, David Kendal wrote: > What about full-text indexing and searching (built-in, without > Lucene)? There was a project to do that a while back, did it ever get > anywhere? Or was it integrated into trunk and released and I just > never noticed? > > -- dpk. >