Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 1154 invoked from network); 10 Sep 2009 14:56:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Sep 2009 14:56:44 -0000 Received: (qmail 34411 invoked by uid 500); 10 Sep 2009 14:56:42 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 34319 invoked by uid 500); 10 Sep 2009 14:56:41 -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 34309 invoked by uid 99); 10 Sep 2009 14:56:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2009 14:56:41 +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: local policy) Received: from [76.13.9.50] (HELO web65506.mail.ac4.yahoo.com) (76.13.9.50) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 10 Sep 2009 14:56:25 +0000 Received: (qmail 48346 invoked by uid 60001); 10 Sep 2009 14:56:02 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1252594562; bh=a5ogmVb5n+sxXuETQjk1bJSroUf7tIlh22xYpPUhCls=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=4Adp642bB30jGC70itBrwkZwyfQXEls7XxNPZ268iKOhOmJYI/oCeqMa5tEIaySYWa8BHs6c93mdyDVb2JJH6RXtgH1suuUHy2NhPPSGgWlO6NfgI8LDwhh4jDq6vsW3WJX0XxgKVMCxAfZ/RldYedahjgYZgQszauV1upAgLAc= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=sDYJ1AqznAXTu8bOBtfKkmly+Z9yX/102Gky77idP2jXK1DKY2OERKnAAAQUdsTQ98EFKICBJGPiU363MRay+UGaMvorM+6JintA0C3zB0I8wzi7kSD0KJvUxErV3aqxoN08iHK1j1+0i8WhnJVxgVp4Hw6KLiFEPRmGka5MCT4=; Message-ID: <842619.47864.qm@web65506.mail.ac4.yahoo.com> X-YMail-OSG: b0AYFFwVM1mQZYj5ter8pu3A4.EglemFApOHDmn8wh16DemrGTT81B1Mh.lVJG7_G6kRT57vekUmBl2w6KYQVWGpHyGN9iffATDgvjDrqJHFKNjfHEwMXJUmf1uXrbAjH9ScsvkQjeXtpzoMFuxdRk9tBw4sdV17IblIMuN_BnZEphonf44AyJQYsS5yudZ.xobt._6MmYL3PrN8SZ3Utuxk.nvd_b2D_xKNVJIXv15uDvTxcvoOi4D1VrR_geUqUtqCgnMJSJ_cj_xQteO3et08m.mAy4J762T3qCVs8l1sGI4YvoguuBJtUDQkxnJxHCj0ehvslhh.cTJcen9Ix7KTvYaWL8ES6MhXqYY3FeQszRr.y5OMtw4YtJZJFnnmjQ-- Received: from [140.239.67.170] by web65506.mail.ac4.yahoo.com via HTTP; Thu, 10 Sep 2009 07:56:02 PDT X-Mailer: YahooMailRC/1358.27 YahooMailWebService/0.7.338.2 References: <25347505.post@talk.nabble.com> <25378056.post@talk.nabble.com> Date: Thu, 10 Sep 2009 07:56:02 -0700 (PDT) From: Ted Stockwell Subject: Re: How to avoid huge index files To: java-user@lucene.apache.org In-Reply-To: <25378056.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org Another alternative is storing the indexes in the Google Datastore, I think Compass already supports that (though I have not used it). Also, I have successfully run Lucene on GAE using GaeVFS (http://code.google.com/p/gaevfs/) to store the index in the Datastore. (I developed a Lucene Directory implementation on top of GaeVFS that's available at http://sf.net/contrail). > Dvora wrote: > > > > Hello, > > > > I'm using Lucene2.4. I'm developing a web application that using Lucene > > (via compass) to do the searches. > > I'm intending to deploy the application in Google App Engine > > (http://code.google.com/appengine/), which limits files length to be > > smaller than 10MB. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org