org.apache.nutch.indexer.field
Class FieldIndexer.OutputFormat

java.lang.Object
  extended by org.apache.hadoop.mapred.FileOutputFormat<WritableComparable,FieldIndexer.LuceneDocumentWrapper>
      extended by org.apache.nutch.indexer.field.FieldIndexer.OutputFormat
All Implemented Interfaces:
OutputFormat<WritableComparable,FieldIndexer.LuceneDocumentWrapper>
Enclosing class:
FieldIndexer

public static class FieldIndexer.OutputFormat
extends FileOutputFormat<WritableComparable,FieldIndexer.LuceneDocumentWrapper>


Constructor Summary
FieldIndexer.OutputFormat()
           
 
Method Summary
 RecordWriter<WritableComparable,FieldIndexer.LuceneDocumentWrapper> getRecordWriter(FileSystem fs, JobConf job, String name, Progressable progress)
           
 
Methods inherited from class org.apache.hadoop.mapred.FileOutputFormat
checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldIndexer.OutputFormat

public FieldIndexer.OutputFormat()
Method Detail

getRecordWriter

public RecordWriter<WritableComparable,FieldIndexer.LuceneDocumentWrapper> getRecordWriter(FileSystem fs,
                                                                                           JobConf job,
                                                                                           String name,
                                                                                           Progressable progress)
                                                                                    throws IOException
Specified by:
getRecordWriter in interface OutputFormat<WritableComparable,FieldIndexer.LuceneDocumentWrapper>
Specified by:
getRecordWriter in class FileOutputFormat<WritableComparable,FieldIndexer.LuceneDocumentWrapper>
Throws:
IOException


Copyright © 2006 The Apache Software Foundation