Re: recovering an index from RAM disk.

2007-02-27 Thread Chris Hostetter
a-user@lucene.apache.org : To: java-user@lucene.apache.org : Subject: recovering an index from RAM disk. : : : I generate my index to the file system and load that index into a : RAMDirectory for speed. If my indexer fails the directory based index : can be left in an inadequate state for my needs. I therefore w

Re: recovering an index from RAM disk.

2007-02-27 Thread Michael McCandless
"Martin Spamer" wrote: > I generate my index to the file system and load that index into a > RAMDirectory for speed. If my indexer fails the directory based index > can be left in an inadequate state for my needs. I therefore wish to > flush the current index from the RAMDirectory back to the Fil

recovering an index from RAM disk.

2007-02-27 Thread Martin Spamer
I generate my index to the file system and load that index into a RAMDirectory for speed. If my indexer fails the directory based index can be left in an inadequate state for my needs. I therefore wish to flush the current index from the RAMDirectory back to the File system. The RAMDirectory cla