| Package | Description |
|---|---|
| edu.umd.cloud9.collection.trec |
Provides classes for working with the TREC collection (particularly
disks 4 and 5).
|
| edu.umd.cloud9.collection.trecweb |
Provides classes for working with the GOV2 collection.
|
| edu.umd.cloud9.webgraph |
| Modifier and Type | Class and Description |
|---|---|
class |
TrecDocument
Object representing a TREC document.
|
| Modifier and Type | Method and Description |
|---|---|
WebDocument |
TrecDocumentInputFormat.TrecDocumentRecordReader.getCurrentValue() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.LongWritable,WebDocument> |
TrecDocumentInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
TrecWebDocument |
| Modifier and Type | Method and Description |
|---|---|
WebDocument |
TrecWebDocumentInputFormat.TrecWebDocumentRecordReader.getCurrentValue() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.LongWritable,WebDocument> |
TrecWebDocumentInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrecExtractLinks.Map.map(org.apache.hadoop.io.LongWritable key,
WebDocument doc,
org.apache.hadoop.mapreduce.Mapper.Context context) |
Copyright © 2015. All rights reserved.