Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 42433 invoked from network); 6 May 2009 10:29:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 May 2009 10:29:06 -0000 Received: (qmail 16311 invoked by uid 500); 6 May 2009 10:29:03 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 16266 invoked by uid 500); 6 May 2009 10:29:03 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 16256 invoked by uid 99); 6 May 2009 10:29:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 10:29:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of torindan@gmail.com designates 209.85.217.167 as permitted sender) Received: from [209.85.217.167] (HELO mail-gx0-f167.google.com) (209.85.217.167) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 10:28:55 +0000 Received: by gxk11 with SMTP id 11so3830gxk.5 for ; Wed, 06 May 2009 03:28:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=cK83GF2z1JSnZNr7veciWJlU8XmCYPl19cPi6P+hlAA=; b=iTWXIPPOukfZcpKXRhgjzpV9cCpK8DbYM+kn/fSXrp5TKuS1fIRMIN36p5I6hXMFOo Y3MuySemPl4zQdSJYcVn7cUJC/Uezj6vDIgkYxrdicKqusEpu3A8Gd2UDvfzZhfdvFF6 Kx4fzrbXmdcGGRrxDMUmbIUUuz0zQAaGRedEQ= 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:content-transfer-encoding; b=BiGd+MB+33Sw/H6JwA246K3s7luKg98J+79XJ2O6ulr33v6SmN+zk2fVKlYJLAzTx+ VoJI1FFRCRrtgaDQMFD8+TpBqD52WOzxtJdfL3fTaAEhS1baO+A0gP1n/M49ZYnIb7BO Y7hlK9Vf3Gul2TgLmRZ2p+cRfTQ1cqBnXflZ4= MIME-Version: 1.0 Received: by 10.151.144.15 with SMTP id w15mr2172365ybn.0.1241605713108; Wed, 06 May 2009 03:28:33 -0700 (PDT) In-Reply-To: <4d19a3630905060308y3f63354dqdb3360174d39b74b@mail.gmail.com> References: <4d19a3630905060308y3f63354dqdb3360174d39b74b@mail.gmail.com> Date: Wed, 6 May 2009 13:28:33 +0300 Message-ID: <2ffb6d060905060328m356594b5p2e163ed86ba3d141@mail.gmail.com> Subject: Re: Lucene index on iPhone From: =?UTF-8?B?RGFuaWwgxaJPUklO?= To: java-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org iPhone doesn't support java, so there is no way to run lucene on it. Creating a sqlite database and search inside it is compltetly different solution, which has nothing to do with Lucene. On Wed, May 6, 2009 at 13:08, Shashi Kant wrote: > Hi all, > > I am working on an iPhone application where the Lucene index needs to > reside on-device (for multiple reasons). Has anyone figured out a way > to do that? > As you might know the iPhone contains SQLite - could an index be > embedded inside SQLite? or could it be resident separately as a file? > > Thanks, > Shashi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org