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.js |
Parser and parse filter plugin to extract all (possible) links
from JavaScript files and embedded JavaScript code snippets.
|
org.apache.nutch.parse.jsoup.extractor |
Parse filter based on Jsoup
|
org.apache.nutch.parse.metatags |
Parse filter to extract meta tags: keywords, description, etc.
|
org.creativecommons.nutch |
Sample plugins that parse and index Creative Commons medadata.
|
Modifier and Type | Class and Description |
---|---|
class |
HTMLLanguageParser
Adds metadata identifying language of document if found We could also run
statistical analysis here but we'd miss all other formats
|
Modifier and Type | Class and Description |
---|---|
class |
RelTagParser
Adds microformat rel-tags of document if found.
|
Modifier and Type | Class and Description |
---|---|
class |
JSParseFilter
This class is a heuristic link extractor for JavaScript files and code
snippets.
|
Modifier and Type | Class and Description |
---|---|
class |
JsoupHtmlParser |
Modifier and Type | Class and Description |
---|---|
class |
MetaTagsParser
Parse HTML meta tags (keywords, description) and store them in the parse
metadata so that they can be indexed with the index-metadata plugin with the
prefix 'metatag.'.
|
Modifier and Type | Class and Description |
---|---|
class |
CCParseFilter
Adds metadata identifying the Creative Commons license used, if any.
|
Copyright © 2019 The Apache Software Foundation