org.apache.nutch.indexer.solr
Class SolrClean.DBFilter

java.lang.Object
  extended by org.apache.nutch.indexer.solr.SolrClean.DBFilter
All Implemented Interfaces:
Closeable, JobConfigurable, Mapper<Text,CrawlDatum,ByteWritable,Text>
Enclosing class:
SolrClean

public static class SolrClean.DBFilter
extends Object
implements Mapper<Text,CrawlDatum,ByteWritable,Text>


Constructor Summary
SolrClean.DBFilter()
           
 
Method Summary
 void close()
           
 void configure(JobConf arg0)
           
 void map(Text key, CrawlDatum value, OutputCollector<ByteWritable,Text> output, Reporter reporter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrClean.DBFilter

public SolrClean.DBFilter()
Method Detail

configure

public void configure(JobConf arg0)
Specified by:
configure in interface JobConfigurable

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Throws:
IOException

map

public void map(Text key,
                CrawlDatum value,
                OutputCollector<ByteWritable,Text> output,
                Reporter reporter)
         throws IOException
Specified by:
map in interface Mapper<Text,CrawlDatum,ByteWritable,Text>
Throws:
IOException


Copyright © 2011 The Apache Software Foundation