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

java.lang.Object
  extended by org.apache.nutch.indexer.field.FieldIndexer.LuceneDocumentWrapper
All Implemented Interfaces:
Writable
Enclosing class:
FieldIndexer

public static class FieldIndexer.LuceneDocumentWrapper
extends Object
implements Writable


Constructor Summary
FieldIndexer.LuceneDocumentWrapper(Document doc)
           
 
Method Summary
 Document get()
           
 void readFields(DataInput in)
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldIndexer.LuceneDocumentWrapper

public FieldIndexer.LuceneDocumentWrapper(Document doc)
Method Detail

get

public Document get()

readFields

public void readFields(DataInput in)
                throws IOException
Specified by:
readFields in interface Writable
Throws:
IOException

write

public void write(DataOutput out)
           throws IOException
Specified by:
write in interface Writable
Throws:
IOException


Copyright © 2006 The Apache Software Foundation