Package | Description |
---|---|
org.apache.nutch.analysis.lang |
Text document language identifier.
|
org.apache.nutch.microformats.reltag |
A microformats Rel-Tag
Parser/Indexer/Querier plugin.
|
org.apache.nutch.parse |
The
Parse interface and related classes. |
org.apache.nutch.parse.html |
An HTML document parsing plugin.
|
org.apache.nutch.parse.js |
Parser and parse filter plugin to extract all (possible) links
from JavaScript files and embedded JavaScript code snippets.
|
org.apache.nutch.parse.metatags |
Parse filter to extract meta tags: keywords, description, etc.
|
org.apache.nutch.parse.tika |
Parse various document formats with help of
Apache Tika.
|
org.creativecommons.nutch |
Sample plugins that parse and index Creative Commons medadata.
|
Modifier and Type | Method and Description |
---|---|
Parse |
HTMLLanguageParser.filter(String url,
WebPage page,
Parse parse,
HTMLMetaTags metaTags,
DocumentFragment doc)
Scan the HTML document looking at possible indications of content language
1. |
Modifier and Type | Method and Description |
---|---|
Parse |
RelTagParser.filter(String url,
WebPage page,
Parse parse,
HTMLMetaTags metaTags,
DocumentFragment doc) |
Modifier and Type | Method and Description |
---|---|
Parse |
ParseFilters.filter(String url,
WebPage page,
Parse parse,
HTMLMetaTags metaTags,
DocumentFragment doc)
Run all defined filters.
|
Parse |
ParseFilter.filter(String url,
WebPage page,
Parse parse,
HTMLMetaTags metaTags,
DocumentFragment doc)
Adds metadata or otherwise modifies a parse, given the DOM tree of a page.
|
Modifier and Type | Method and Description |
---|---|
static void |
HTMLMetaProcessor.getMetaTags(HTMLMetaTags metaTags,
Node node,
URL currURL)
Sets the indicators in
robotsMeta to appropriate values, based
on any META tags found under the given node . |
Modifier and Type | Method and Description |
---|---|
Parse |
JSParseFilter.filter(String url,
WebPage page,
Parse parse,
HTMLMetaTags metaTags,
DocumentFragment doc)
Scan the JavaScript looking for possible
Outlink 's |
Modifier and Type | Method and Description |
---|---|
Parse |
MetaTagsParser.filter(String url,
WebPage page,
Parse parse,
HTMLMetaTags metaTags,
DocumentFragment doc) |
Modifier and Type | Method and Description |
---|---|
static void |
HTMLMetaProcessor.getMetaTags(HTMLMetaTags metaTags,
Node node,
URL currURL)
Sets the indicators in
robotsMeta to appropriate values, based
on any META tags found under the given node . |
Modifier and Type | Method and Description |
---|---|
Parse |
CCParseFilter.filter(String url,
WebPage page,
Parse parse,
HTMLMetaTags metaTags,
DocumentFragment doc)
Adds metadata or otherwise modifies a parse of an HTML document, given the
DOM tree of a page.
|
Copyright © 2015 The Apache Software Foundation