I use Lucene's IndexOutput to dump index contents to a file, I use
createOutput method in FSDirectory to create the file in the directory with
the given name and use writeString and writeInt to write into it. 

The createOutput method though creates a new file each time, is there anyway
that I can append to an existing file by seeking to the end of the file? 

Thanks,
nithin
-- 
View this message in context: 
http://old.nabble.com/Lucene-IndexOutput-tp26457669p26457669.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


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

Reply via email to