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
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
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
= 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
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
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
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