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 AJ Chen <ca...@gmail.com> on 2006/04/19 09:31:41 UTC

dump lucene index

How to dump the whole index in lucene to file? 
Thanks.
AJ


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


Re: dump lucene index

Posted by karl wettin <ka...@snigel.net>.
19 apr 2006 kl. 09.31 skrev AJ Chen:

> How to dump the whole index in lucene to file? Thanks.

Use FSDirectory instead of RAMDirectory.

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