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
"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
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