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]