Actually both. We have a tool which displays files contained in a jar/zip file. Now I want to add the capability to search these files. So I want to build a index and include it in this zip file. I am hoping to extend lucene to be able to read the index from within the zip and return the path to the document which then can be displayed by our tool.
Regards, Lokesh -----Original Message----- From: Peter Carlson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 19, 2002 9:49 PM To: Lucene Users List Subject: Re: (ZipDirectory) RE: storing index in third party database. Are you looking to get the index in a zip or files in a zip? --Peter On 6/19/02 9:35 AM, "Shah, Lokesh" <[EMAIL PROTECTED]> wrote: > Any hints on how to go about implmenting my own would be appreciated > > Regards, > Lokesh > > -----Original Message----- > From: Peter Carlson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 18, 2002 5:37 PM > To: Lucene Users List > Subject: Re: (ZipDirectory) RE: storing index in third party database. > > > This code is still in development. > > It hasn't been a high priority. > > --Peter > > On 6/18/02 5:31 PM, "Shah, Lokesh" <[EMAIL PROTECTED]> wrote: > >> Can you post the code. I would be interested in it. >> >> Regards, >> Lokesh >> >>> I have just been doing tests. I still haven't comepleted it. >>> Also, this was for the data, not the index. >>> If you're still interested, I'll send the code when I complete it. >>> --Peter >> >> -- >> 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]> > > > -- > 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
