RE: Sequence File Question

2007-03-29 Thread Steve Severance
-Original Message- From: Andrzej Bialecki [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 28, 2007 4:34 PM To: nutch-dev@lucene.apache.org Subject: Re: Sequence File Question Steve Severance wrote: Let me actually refine that question we do some directories like the linkdb

Re: Sequence File Question

2007-03-29 Thread Andrzej Bialecki
Steve Severance wrote: DB updates - or actually replacements - see e.g. CrawlDb.install() method for details. This is not needed in case of segments, which are created once and never updated. How does the reader know which one it is expecting. For instance I can make a reader to read a

RE: Sequence File Question

2007-03-28 Thread Steve Severance
Let me actually refine that question we do some directories like the linkdb have a current, and why do others like parse_data not? Is there a convention on this? Steve -Original Message- From: Steve Severance [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 28, 2007 4:11 PM To:

Re: Sequence File Question

2007-03-28 Thread Andrzej Bialecki
Steve Severance wrote: Let me actually refine that question we do some directories like the linkdb have a current, and why do others like parse_data not? Is there a convention on this? First, to answer your original question: you should use MapFileOutputFormat class for reading such output.