Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 856 invoked from network); 16 Dec 2005 09:31:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Dec 2005 09:31:41 -0000 Received: (qmail 76734 invoked by uid 500); 16 Dec 2005 09:31:34 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 76711 invoked by uid 500); 16 Dec 2005 09:31:34 -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 76700 invoked by uid 99); 16 Dec 2005 09:31:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2005 01:31:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [69.55.225.129] (HELO ehatchersolutions.com) (69.55.225.129) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2005 01:31:33 -0800 Received: by ehatchersolutions.com (Postfix, from userid 504) id 72B7813E2005; Fri, 16 Dec 2005 04:31:12 -0500 (EST) Received: from [172.16.1.101] (va-71-48-129-167.dhcp.sprint-hsd.net [71.48.129.167]) by ehatchersolutions.com (Postfix) with ESMTP id 9956813E2005 for ; Fri, 16 Dec 2005 04:31:04 -0500 (EST) In-Reply-To: <022a01c60221$f06f2530$1a0011ac@TFEW02> References: <022a01c60221$f06f2530$1a0011ac@TFEW02> Mime-Version: 1.0 (Apple Message framework v746.2) X-Priority: 3 Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <69883C8A-0635-486B-A9C7-1A3DAE1F0B32@ehatchersolutions.com> Content-Transfer-Encoding: quoted-printable From: Erik Hatcher Subject: Re: Directory implementation on JAR's Date: Fri, 16 Dec 2005 04:31:05 -0500 To: java-user@lucene.apache.org X-Mailer: Apple Mail (2.746.2) X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on javelina X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N If you need to transfer an index from one machine to another all you =20 need to do is move the index directory (by zipping it if you want). =20 There isn't a need to put an index in a JAR just for transfer purposes. There has been some work on a ZipDirectory (or JARDirectory?, not =20 sure what it was called exactly) that you might find in the =20 archives. I don't think it was ever fully polished though. Erik On Dec 16, 2005, at 4:20 AM, Guenter Kukies wrote: > Hi, > > does anybody have an solution for writing/reading an index from a =20 > JAR-Archive like 'JARDirectory'. I need to create an Index on a =20 > box transfere the index to another and use it there. > > G=FCnter --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org