RE: Index files in jar

2005-08-30 Thread Chris Hostetter
cene-java-user/200501.mbox/[EMAIL PROTECTED] : Date: Mon, 29 Aug 2005 10:07:47 -0700 : From: Jon Schuster <[EMAIL PROTECTED]> : Reply-To: java-user@lucene.apache.org : To: java-user@lucene.apache.org : Subject: RE: Index files in jar : : Hi Tom, : : You could distribute your index files

Re: index files in jar file

2005-08-30 Thread Miles Barr
On Fri, 2005-08-26 at 16:31 -0400, Thomas Lepkowski wrote: > I have a set of index files that I'd like to distribute with my Java > application. The only way this seems practical is to place the index files > in a jar file. I tries this, but the search choked when I told IndexSearcher > the inde

Re: Index files in jar

2005-08-29 Thread Dan Funk
Why not build a self-extracting jar file and extract the contents of the index to a temp directory? http://www.javaworld.com/javaworld/javatips/jw-javatip120.html Thomas Lepkowski wrote: Hello, I have a set of index files that I'd like to distribute with my Java application. The only way

RE: Index files in jar

2005-08-29 Thread Jon Schuster
= providerURL.openStream(); Have fun, --Jon -Original Message- From: Thomas Lepkowski [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 8:43 AM To: java-user@lucene.apache.org Subject: Index files in jar Hello, I have a set of index files that I'd like to distribute with my Java application

RE: Index files in jar

2005-08-29 Thread Sale, Doug
code, or of any limitations that would prevent such code from being implemented? would performance suffer over a FSDirectory? -doug -Original Message- From: Thomas Lepkowski [mailto:[EMAIL PROTECTED] Sent: Mon 8/29/2005 10:42 AM To: java-user@lucene.apache.org Subject: Index files in jar Hello

Index files in jar

2005-08-29 Thread Thomas Lepkowski
Hello, I have a set of index files that I'd like to distribute with my Java application. The only way this seems practical is to place the index files in a jar file. I tried this, but the search choked when I told IndexSearcher the index path inside the jar file ( and placed the jar file path i

index files in jar file

2005-08-26 Thread Thomas Lepkowski
Hello, I have a set of index files that I'd like to distribute with my Java application. The only way this seems practical is to place the index files in a jar file. I tries this, but the search choked when I told IndexSearcher the index path inside the jar file ( and placed the jar file in the