You can put the files into a zip file and have your app unpack the files.
It's very easy to do this from a .NET app.

Just an idea.

-----Original Message-----
From: Andrew Schuler [mailto:[email protected]] 
Sent: Friday, February 26, 2010 2: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
>
>
>


Reply via email to