>From the docs...
RAMDirectory
public *RAMDirectory*(Directory
<file:///C:/lucene-2.1.0/docs/api/org/apache/lucene/store/Directory.html>
dir)
throws IOException
<http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html>
Creates a new RAMDirectory instance from a different
Directoryimplementation. This can be used to load a disk-based index
into memory.
Seems like exactly what you're asking for...
Best
Erick
On Thu, Jun 26, 2008 at 3:40 PM, Darren Govoni <[EMAIL PROTECTED]> wrote:
> Hi,
> Is there a lucene index reader that will load a disk-based index into
> memory and perform searches on it from RAM? Sorry if I missed this in
> the docs somewhere.
>
> Darren
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>