You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by "Chong, Herb" <HC...@bloomberg.com> on 2004/01/26 16:53:04 UTC

example of using RAMDirectory

does anyone have an example of using RAMDirectory during indexing and then copying the index into a FSDirectory?

Herb...

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: example of using RAMDirectory

Posted by Otis Gospodnetic <ot...@yahoo.com>.
Use RAMDirectory and then user mergeIndexes(Directory[]) method.

Otis

--- "Chong, Herb" <HC...@bloomberg.com> wrote:
> does anyone have an example of using RAMDirectory during indexing and
> then copying the index into a FSDirectory?
> 
> Herb...
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org