SoIFS looks very interesting, I'll have to investigate further. Thanks everyone for your comments, this has been an interesting discussion. At least it has shown me that I'm not overlooking something obvious. -andy
On Sat, Feb 27, 2010 at 2:47 AM, Digy <[email protected]> wrote: > Hi Andrew, > I think you are looking for a library like SolFS. But it is not free. If > you > decide to use such a library then you have to implement also Lucene's > Directory class to make the FS structure transparent to lucene. > > You can also use the source of RAMDirectory as a sample to develop your own > storage on disk. > > DIGY > > > -----Original Message----- > From: Andrew Schuler [mailto:[email protected]] > Sent: Friday, February 26, 2010 9:47 PM > To: [email protected] > Subject: Re: Lucene index file container > > Yes, that is do-able. I was just thinking it would be cleaner to wrap the > indexes (there will be more than one) in some sort of file container. One > of > the things I'd like to do it be able to allow the user to download > pre-packaged indexes and load them into the app. This would be easy with a > file than a directory of files no? > > > On Fri, Feb 26, 2010 at 11:41 AM, Hans Merkl <[email protected]> wrote: > > > Can't you add all the files in the index directory to the installer > > package? > > This should be pretty straightforward. > > > > -----Original Message----- > > From: Andrew Schuler [mailto:[email protected]] > > Sent: Friday, February 26, 2010 12:16 PM > > To: [email protected] > > Subject: Lucene index file container > > > > The discussion about encrypting an index has me thinking about a current > > use > > I have for Lucene.net. I'm building a small app with a static index > > distributed with it. Can anyone recommend a way to package the index into > > say some type of file container for inclusion in an installer package? > > > > -andy > > > > > > > >
