Package | Description |
---|---|
org.apache.nutch.metadata |
A Multi-valued Metadata container, and set
of constant fields for Nutch Metadata.
|
org.apache.nutch.net.protocols | |
org.apache.nutch.parse | |
org.apache.nutch.protocol |
Modifier and Type | Class and Description |
---|---|
class |
SpellCheckedMetadata
A decorator to Metadata that adds spellchecking capabilities to property
names.
|
Modifier and Type | Method and Description |
---|---|
Metadata |
MetaWrapper.getMetadata()
Get all metadata.
|
Constructor and Description |
---|
MetaWrapper(Metadata metadata,
Object object,
Configuration conf) |
Modifier and Type | Method and Description |
---|---|
Metadata |
Response.getHeaders()
Returns all the headers.
|
Modifier and Type | Method and Description |
---|---|
Metadata |
ParseData.getContentMeta()
The original Metadata retrieved from content
|
Metadata |
ParseData.getParseMeta()
Other content properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ParseData.setParseMeta(Metadata parseMeta) |
Constructor and Description |
---|
ParseData(ParseStatus status,
String title,
Outlink[] outlinks,
Metadata contentMeta) |
ParseData(ParseStatus status,
String title,
Outlink[] outlinks,
Metadata contentMeta,
Metadata parseMeta) |
ParseData(ParseStatus status,
String title,
Outlink[] outlinks,
Metadata contentMeta,
Metadata parseMeta,
DocumentFragment root,
HTMLMetaTags metaTags) |
Modifier and Type | Method and Description |
---|---|
Metadata |
Content.getMetadata()
Other protocol-specific data.
|
Modifier and Type | Method and Description |
---|---|
void |
Content.setMetadata(Metadata metadata)
Other protocol-specific data.
|
Constructor and Description |
---|
Content(String url,
String base,
byte[] content,
String contentType,
Metadata metadata,
Configuration conf) |
Copyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.