RE: IndexSearcher on JAR resources?

2004-05-13 Thread Eric Isakson
, then reads the index from the jar via the class loader into a RAMDirectory. Eric -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 9:21 AM To: Lucene Users List Subject: Re: IndexSearcher on JAR resources? On May 7, 2004, at 6:14 AM, Edin Pezerovic wrote

Re: IndexSearcher on JAR resources?

2004-05-07 Thread Erik Hatcher
On May 7, 2004, at 6:14 AM, Edin Pezerovic wrote: Hi, I found following entry within the mail-archives: http://www.mail-archive.com/[EMAIL PROTECTED]/ msg02129.html Is there now (2 years ago) a possibility to have the index within a jar-file? Someone posted something like this at one point, but

RE: IndexSearcher on JAR resources?

2002-10-09 Thread Tim Dawson
List Subject: Re: IndexSearcher on JAR resources? Tim Dawson wrote: I need to do almost exactly the same thing as Erik - create a read-only index on our help webapp that will be packaged inside an ear file. Eventually I'll have a look at implementing this (and of course contributing

Re: IndexSearcher on JAR resources?

2002-09-12 Thread Erik Hatcher
Tim Dawson wrote: I need to do almost exactly the same thing as Erik - create a read-only index on our help webapp that will be packaged inside an ear file. Eventually I'll have a look at implementing this (and of course contributing it back to Lucene's codebase) - its on my to-do list. But