org.apache.nutch.indexer
Interface NutchIndexWriter

All Known Implementing Classes:
ElasticWriter, SolrWriter

public interface NutchIndexWriter


Method Summary
 void close()
           
 void open(org.apache.hadoop.mapreduce.TaskAttemptContext job)
           
 void write(NutchDocument doc)
           
 

Method Detail

open

void open(org.apache.hadoop.mapreduce.TaskAttemptContext job)
          throws IOException
Throws:
IOException

write

void write(NutchDocument doc)
           throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException


Copyright © 2013 The Apache Software Foundation