On Wed, Jul 9, 2008 at 9:01 PM, blazingwolf7 <[EMAIL PROTECTED]> wrote: > I had recently found out that Lucene will retrieve the content of a document > from a file ".fdt". I am trying to retrieve the entire file in one go > instead of retrieving it based on document number. can it be done?
"cp" can retrieve the file on one go ;-) Other than that, the format is documented here: http://lucene.apache.org/java/docs/fileformats.html But I'm not sure why retrieving by document number won't work for you. -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
