org.apache.nutch.indexer
Class Indexer.OutputFormat

java.lang.Object
  extended by org.apache.hadoop.mapred.OutputFormatBase
      extended by org.apache.nutch.indexer.Indexer.OutputFormat
All Implemented Interfaces:
OutputFormat
Enclosing class:
Indexer

public static class Indexer.OutputFormat
extends OutputFormatBase

Unwrap Lucene Documents created by reduce and add them to an index.


Constructor Summary
Indexer.OutputFormat()
           
 
Method Summary
 RecordWriter getRecordWriter(FileSystem fs, JobConf job, String name, Progressable progress)
           
 
Methods inherited from class org.apache.hadoop.mapred.OutputFormatBase
checkOutputSpecs, getCompressOutput, getOutputCompressorClass, setCompressOutput, setOutputCompressorClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Indexer.OutputFormat

public Indexer.OutputFormat()
Method Detail

getRecordWriter

public RecordWriter getRecordWriter(FileSystem fs,
                                    JobConf job,
                                    String name,
                                    Progressable progress)
                             throws IOException
Specified by:
getRecordWriter in interface OutputFormat
Specified by:
getRecordWriter in class OutputFormatBase
Throws:
IOException


Copyright © 2006 The Apache Software Foundation