On Mon, 2005-01-17 at 13:10, Doug Cutting wrote:

> The problem is that a jar file entry becomes an InputStream, but 
> InputStream is not random access, and Lucene requires random access.  So 
> you need to extract the index either to disk or RAM in order to get 
> random access.  I think folks have posted code for this to the list 
> previously.

I think it would be cool if Lucene included a class that facilitated
creating a RAMDirectory from an index in a JAR file, for the kind of
point-and-click startup that Bill is talking about.

Regards,
Luke Francl


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to