| Package | Description |
|---|---|
| edu.umd.cloud9.collection.trecweb |
Provides classes for working with the GOV2 collection.
|
| Modifier and Type | Method and Description |
|---|---|
TrecWebDocument |
TrecWebDocumentInputFormatOld.TrecWebRecordReader.createValue()
Creates an object for the value.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.LongWritable,TrecWebDocument> |
TrecWebDocumentInputFormatOld.getRecordReader(org.apache.hadoop.mapred.InputSplit inputSplit,
org.apache.hadoop.mapred.JobConf conf,
org.apache.hadoop.mapred.Reporter reporter)
Returns a
RecordReader for this InputFormat. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TrecWebDocumentInputFormatOld.TrecWebRecordReader.next(org.apache.hadoop.io.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) |
Copyright © 2015. All rights reserved.