Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 84507 invoked from network); 6 May 2010 23:07:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 May 2010 23:07:50 -0000 Received: (qmail 27297 invoked by uid 500); 6 May 2010 23:07:49 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 27260 invoked by uid 500); 6 May 2010 23:07:49 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 27253 invoked by uid 99); 6 May 2010 23:07:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 23:07:49 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,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 nick.lothian@gmail.com designates 209.85.223.197 as permitted sender) Received: from [209.85.223.197] (HELO mail-iw0-f197.google.com) (209.85.223.197) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 23:07:43 +0000 Received: by iwn35 with SMTP id 35so584819iwn.21 for ; Thu, 06 May 2010 16:07:22 -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=OJoppdZdPGDK2+iV5OTOvNyDktP1pWQJkBT/7GRsA9Y=; b=WBl1vnB5UJ0GbF0Pi6PvNW6w5pCg+JYngmwoX5Wsphmcs96//PyBMjojWR0G1EuVrl Ez0YmKs2Kj4+ROitA/PKh3xoBcv+qaRdW+v2TcXChp5uwRALwPvRNCOMQQxQLhFMpPEh o20wwypPAbvp4XMAxXadYZtqWtfL7fjzw6/Ns= 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=dUZ+EZ8wnqI2b+6V/BzkiXftEgllItCtjQpPDf99cAEeLI96FnCs6CW4d0Oj5TJxKZ 9CfzVpNcHpoi9Sz7PjZcOcaI2g4sQB3ReyuSgpCyk+qVFZ1JaPbOCZj4g5lJS/UZPKDD WNmRHz4JRkyChn9H5pRi2xvCjOsE/W6w15OTc= MIME-Version: 1.0 Received: by 10.231.190.138 with SMTP id di10mr4926083ibb.48.1273187242082; Thu, 06 May 2010 16:07:22 -0700 (PDT) Received: by 10.231.16.200 with HTTP; Thu, 6 May 2010 16:07:22 -0700 (PDT) In-Reply-To: References: Date: Fri, 7 May 2010 08:37:22 +0930 Message-ID: Subject: Re: Solr on AppEngine - patches? & a question From: Nick Lothian To: dev@lucene.apache.org Content-Type: multipart/alternative; boundary=0016367b6cea4c07010485f5019c X-Virus-Checked: Checked by ClamAV on apache.org --0016367b6cea4c07010485f5019c Content-Type: text/plain; charset=ISO-8859-1 The index is a custom directory implementation taken (mostly) from Compass GAE (which is Apache 2 licensed): http://fisheye.compass-project.org/fisheye/browse/compass/trunk/src/main/src/org/compass/needle/gae/GoogleAppEngineDirectory.java?r=trunk I'll try & put some patches together once I get it more stable - my code works pretty well in the local development AppEngine implementation, but the real AppEngine is still causing more problems that I'd like. On Fri, May 7, 2010 at 4:43 AM, Chris Hostetter wrote: > > : For those of you who aren't aware, AppEngine doesn't allow file access, > > I compeltey forgot to ask in my last reply: how are you dealing with the > index itself? did you write a custom Directory implementation for dealing > with the AppEngine datastorage system? > > that would also probably be of interest to many people. > > -Hoss > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: dev-help@lucene.apache.org > > --0016367b6cea4c07010485f5019c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The index is a custom directory implementation taken (mostly) from Compass = GAE (which is Apache 2=A0licensed):=A0http://fisheye.compass-project.org/= fisheye/browse/compass/trunk/src/main/src/org/compass/needle/gae/GoogleAppE= ngineDirectory.java?r=3Dtrunk

I'll try & put some patches together once I get it m= ore stable - my code works pretty well in the local development AppEngine i= mplementation, but the real AppEngine is still causing more problems that I= 'd like.

On Fri, May 7, 2010 at 4:43 AM, Chris Hostet= ter <hossm= an_lucene@fucit.org> wrote:

-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


--0016367b6cea4c07010485f5019c--