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

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

public static class SolrClean.SolrDeleter
extends Object
implements Reducer<ByteWritable,Text,Text,ByteWritable>


Constructor Summary
SolrClean.SolrDeleter()
           
 
Method Summary
 void close()
           
 void configure(JobConf job)
           
 void reduce(ByteWritable key, Iterator<Text> values, OutputCollector<Text,ByteWritable> output, Reporter reporter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrClean.SolrDeleter

public SolrClean.SolrDeleter()
Method Detail

configure

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

close

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

reduce

public void reduce(ByteWritable key,
                   Iterator<Text> values,
                   OutputCollector<Text,ByteWritable> output,
                   Reporter reporter)
            throws IOException
Specified by:
reduce in interface Reducer<ByteWritable,Text,Text,ByteWritable>
Throws:
IOException


Copyright © 2011 The Apache Software Foundation