|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metadata | |
|---|---|
| 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 | |
| org.apache.nutch.protocol.http | Protocol plugin which supports retrieving documents via the http protocol. |
| org.apache.nutch.protocol.httpclient | Protocol plugin which supports retrieving documents via the HTTP and HTTPS protocols, optionally with Basic, Digest and NTLM authentication schemes for web server as well as proxy server. |
| org.creativecommons.nutch | Sample plugins that parse and index Creative Commons medadata. |
| Uses of Metadata in org.apache.nutch.metadata |
|---|
| Subclasses of Metadata in org.apache.nutch.metadata | |
|---|---|
class |
SpellCheckedMetadata
A decorator to Metadata that adds spellchecking capabilities to property names. |
| Methods in org.apache.nutch.metadata that return Metadata | |
|---|---|
Metadata |
MetaWrapper.getMetadata()
Get all metadata. |
| Constructors in org.apache.nutch.metadata with parameters of type Metadata | |
|---|---|
MetaWrapper(Metadata metadata,
org.apache.hadoop.io.Writable instance,
org.apache.hadoop.conf.Configuration conf)
|
|
| Uses of Metadata in org.apache.nutch.net.protocols |
|---|
| Methods in org.apache.nutch.net.protocols that return Metadata | |
|---|---|
Metadata |
Response.getHeaders()
Returns all the headers. |
| Uses of Metadata in org.apache.nutch.parse |
|---|
| Methods in org.apache.nutch.parse that return Metadata | |
|---|---|
Metadata |
ParseData.getContentMeta()
The original Metadata retrieved from content |
Metadata |
ParseData.getParseMeta()
Other content properties. |
| Methods in org.apache.nutch.parse with parameters of type Metadata | |
|---|---|
void |
ParseData.setParseMeta(Metadata parseMeta)
|
| Constructors in org.apache.nutch.parse with parameters of type Metadata | |
|---|---|
ParseData(ParseStatus status,
String title,
Outlink[] outlinks,
Metadata contentMeta)
|
|
ParseData(ParseStatus status,
String title,
Outlink[] outlinks,
Metadata contentMeta,
Metadata parseMeta)
|
|
| Uses of Metadata in org.apache.nutch.protocol |
|---|
| Methods in org.apache.nutch.protocol that return Metadata | |
|---|---|
Metadata |
Content.getMetadata()
Other protocol-specific data. |
| Methods in org.apache.nutch.protocol with parameters of type Metadata | |
|---|---|
void |
Content.setMetadata(Metadata metadata)
Other protocol-specific data. |
| Constructors in org.apache.nutch.protocol with parameters of type Metadata | |
|---|---|
Content(String url,
String base,
byte[] content,
String contentType,
Metadata metadata,
org.apache.hadoop.conf.Configuration conf)
|
|
| Uses of Metadata in org.apache.nutch.protocol.http |
|---|
| Methods in org.apache.nutch.protocol.http that return Metadata | |
|---|---|
Metadata |
HttpResponse.getHeaders()
|
| Uses of Metadata in org.apache.nutch.protocol.httpclient |
|---|
| Methods in org.apache.nutch.protocol.httpclient that return Metadata | |
|---|---|
Metadata |
HttpResponse.getHeaders()
|
| Methods in org.apache.nutch.protocol.httpclient with parameters of type Metadata | |
|---|---|
HttpAuthentication |
HttpAuthenticationFactory.findAuthentication(Metadata header)
|
| Uses of Metadata in org.creativecommons.nutch |
|---|
| Methods in org.creativecommons.nutch with parameters of type Metadata | |
|---|---|
static void |
CCParseFilter.Walker.walk(Node doc,
URL base,
Metadata metadata,
org.apache.hadoop.conf.Configuration conf)
Scan the document adding attributes to metadata. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||