Uses of Class
edu.umd.cloud9.collection.trecweb.TrecWebDocument

Packages that use TrecWebDocument
edu.umd.cloud9.collection.trecweb Provides classes for working with the GOV2 collection. 
 

Uses of TrecWebDocument in edu.umd.cloud9.collection.trecweb
 

Methods in edu.umd.cloud9.collection.trecweb that return TrecWebDocument
 TrecWebDocument TrecWebDocumentInputFormat.TrecWebRecordReader.createValue()
          Creates an object for the value.
 

Methods in edu.umd.cloud9.collection.trecweb that return types with arguments of type TrecWebDocument
 RecordReader<LongWritable,TrecWebDocument> TrecWebDocumentInputFormat.getRecordReader(InputSplit inputSplit, JobConf conf, Reporter reporter)
          Returns a RecordReader for this InputFormat.
 

Methods in edu.umd.cloud9.collection.trecweb with parameters of type TrecWebDocument
 boolean TrecWebDocumentInputFormat.TrecWebRecordReader.next(LongWritable key, TrecWebDocument value)
          Reads the next key-value pair.
static void TrecWebDocument.readDocument(TrecWebDocument doc, String s)
          Reads a raw XML string into a TrecWebDocument object.
static boolean TrecWebDocument.readNextTrecWebDocument(TrecWebDocument doc, DataInputStream stream)