On Tue, Sep 30, 2008 at 4:01 AM, userlite <[EMAIL PROTECTED]> wrote: > > Hi, > > I used nutch crawl command to crawl my local filesystem. The crawl crashed > at the end - out of space error. Currently, the readdb -stats shows correct > number of files. Also, directories crawldb, linkdb, indexes and segments are > present. However the "index" directory is not there. > > How can I create "index" ? I tried the nutch merge command to create index > using the indexes directory (which contains a single part-00000 directory), > but it fails giving "IndexMerger: java.io.IOException: read past EOF" . > >
You can try indexing again: bin/nutch index <index> <crawldb> <linkdb> <segment1> <segment2>..... > > > -- > View this message in context: > http://www.nabble.com/How-to-create-index-using-indexes---tp19734490p19734490.html > Sent from the Nutch - User mailing list archive at Nabble.com. > > -- Doğacan Güney
