Timo,

Have you considered or tried using ramfs in place of RAMDirectory?

Also, sounds like a -user question.  Devs are all subscribed to -user.

Otis 

--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch

----- Original Message ----
> From: Timo Nentwig <[EMAIL PROTECTED]>
> To: java-dev@lucene.apache.org
> Sent: Thursday, May 1, 2008 7:03:43 PM
> Subject: LazyRAMDirectory
> 
> Hello developers,
> 
> I do have enough memory to load the index completely into RAM but can't live 
> with the fact that it takes multiple minutes to do so.
> 
> So I can up with the idea of implementing a RAMDirectory proxy that does the 
> Directory.copy() asyncronously and while not finished delegating to the 
> FSDirectory.
> 
> Does somebody already have done this or is this for some reason a bad idea to 
> do?
> 
> BTW RAMDirectory.toString() sould be implemented and delegate to 
> FSDirectory.toString() ;)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



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

Reply via email to