org.apache.nutch.indexer
Interface NutchIndexWriter

All Known Implementing Classes:
SolrWriter

public interface NutchIndexWriter


Method Summary
 void close()
           
 void open(TaskAttemptContext job, String name)
           
 void write(NutchDocument doc)
           
 

Method Detail

open

void open(TaskAttemptContext job,
          String name)
          throws IOException
Throws:
IOException

write

void write(NutchDocument doc)
           throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation