Uses of Class
edu.umd.cloud9.collection.trec.TrecDocument

Packages that use TrecDocument
edu.umd.cloud9.collection.trec Provides classes for working with the TREC collection (particularly disks 4 and 5). 
 

Uses of TrecDocument in edu.umd.cloud9.collection.trec
 

Methods in edu.umd.cloud9.collection.trec that return TrecDocument
 TrecDocument TrecDocumentInputFormat.TrecDocumentRecordReader.createValue()
          Creates an object for the value.
 TrecDocument TrecForwardIndex.getDocument(int docno)
           
 TrecDocument TrecForwardIndex.getDocument(String docid)
           
 

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

Methods in edu.umd.cloud9.collection.trec with parameters of type TrecDocument
 boolean TrecDocumentInputFormat.TrecDocumentRecordReader.next(LongWritable key, TrecDocument value)
          Reads the next key-value pair.
static void TrecDocument.readDocument(TrecDocument doc, String s)
          Reads a raw XML string into a TrecDocument object.