I don't think anyone has create a jar Directory before. If you create one, please let us know so we can share your work with others.
Also, the file system does not require an open filesystem. A change was recently made to the FSDirectory to allow it to work on CD-ROMs. Thanks --Peter On Wednesday, September 11, 2002, at 09:36 PM, Tim Dawson wrote: > Erik Hatcher wrote: >> I searched the archives, but may have missed it. I suspect >> someone has done this before: >> >> How can I read a Lucene index that is stored within a JAR >> file rather than directly on the file system? I want to >> integrate a read-only index into a WAR and an EJB environment >> which has the easiest possible installation and also adheres >> to the "no filesystem access" rules of EJB. > > I'd like to repeat Erik's question since as far as I can tell from > searching the arhives, doesn't seem to have been answered yet. > > 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. > I'll probably end up creating an ant task to do the actual indexing. > > Has anybody packaged indexes into a jar before? Why is the API so > restrictive as to require an open filesystem? > > Thanks, > > Tim > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
