Uses of Class
org.apache.nutch.parse.ParseResult
Packages that use ParseResult
Package
Description
Text document language identifier.
A microformats Rel-Tag
Parser/Indexer/Querier plugin.
The
Parse interface and related classes.Parse wrapper to run external command to do the parsing.
Parse RSS feeds.
Parse filter to extract headings (h1, h2, etc.) from DOM parse tree.
An HTML document parsing plugin.
Parser and parse filter plugin to extract all (possible) links
from JavaScript files and embedded JavaScript code snippets.
Parse filter to extract meta tags: keywords, description, etc.
Parse various document formats with help of
Apache Tika.
Parse ZIP files: embedded files are recursively passed to appropriate parsers.
Adds serialized DOM to parse data, useful for debugging, to understand how
the parser implementation interprets a document (not only HTML).
Html Parse filter that classifies the outlinks from the parseresult as
relevant or irrelevant based on the parseText's relevancy (using a training
file where you can give positive and negative example texts see the
description of parsefilter.naivebayes.trainfile) and if found irrelevent
it gives the link a second chance if it contains any of the words from the
list given in parsefilter.naivebayes.wordlist.
RegexParseFilter.
Sample plugins that parse and index Creative Commons metadata.
-
Uses of ParseResult in org.apache.nutch.analysis.lang
Methods in org.apache.nutch.analysis.lang that return ParseResultModifier and TypeMethodDescriptionHTMLLanguageParser.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Scan the HTML document looking at possible indications of content language
1.Methods in org.apache.nutch.analysis.lang with parameters of type ParseResultModifier and TypeMethodDescriptionHTMLLanguageParser.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Scan the HTML document looking at possible indications of content language
1. -
Uses of ParseResult in org.apache.nutch.microformats.reltag
Methods in org.apache.nutch.microformats.reltag that return ParseResultModifier and TypeMethodDescriptionRelTagParser.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Scan the HTML document looking at possible rel-tagsMethods in org.apache.nutch.microformats.reltag with parameters of type ParseResultModifier and TypeMethodDescriptionRelTagParser.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Scan the HTML document looking at possible rel-tags -
Uses of ParseResult in org.apache.nutch.parse
Methods in org.apache.nutch.parse that return ParseResultModifier and TypeMethodDescriptionstatic ParseResultParseResult.createParseResult(String url, Parse parse) Convenience method for obtainingParseResultfrom a singleParseoutput.HtmlParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Adds metadata or otherwise modifies a parse of HTML content, given the DOM tree of a page.HtmlParseFilters.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Run all defined filters.ParseStatus.getEmptyParseResult(String url, Configuration conf) Creates an emptyParseResultfor a given URLThis method parses the given content and returns a map of <key, parse> pairs.ParseUtil.parseByExtensionId(String extId, Content content) Methods in org.apache.nutch.parse with parameters of type ParseResultModifier and TypeMethodDescriptionHtmlParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Adds metadata or otherwise modifies a parse of HTML content, given the DOM tree of a page.HtmlParseFilters.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Run all defined filters. -
Uses of ParseResult in org.apache.nutch.parse.ext
Methods in org.apache.nutch.parse.ext that return ParseResult -
Uses of ParseResult in org.apache.nutch.parse.feed
Methods in org.apache.nutch.parse.feed that return ParseResultModifier and TypeMethodDescriptionParses the given feed and extracts out and parsers all linked items within the feed, using the underlying ROME feed parsing library. -
Uses of ParseResult in org.apache.nutch.parse.headings
Methods in org.apache.nutch.parse.headings that return ParseResultModifier and TypeMethodDescriptionHeadingsParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Methods in org.apache.nutch.parse.headings with parameters of type ParseResultModifier and TypeMethodDescriptionHeadingsParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) -
Uses of ParseResult in org.apache.nutch.parse.html
Methods in org.apache.nutch.parse.html that return ParseResult -
Uses of ParseResult in org.apache.nutch.parse.js
Methods in org.apache.nutch.parse.js that return ParseResultModifier and TypeMethodDescriptionJSParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Scan the JavaScript fragments of a HTML page looking for possibleOutlink'sParse a JavaScript file and extract outlinksMethods in org.apache.nutch.parse.js with parameters of type ParseResultModifier and TypeMethodDescriptionJSParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Scan the JavaScript fragments of a HTML page looking for possibleOutlink's -
Uses of ParseResult in org.apache.nutch.parse.metatags
Methods in org.apache.nutch.parse.metatags that return ParseResultModifier and TypeMethodDescriptionMetaTagsParser.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Methods in org.apache.nutch.parse.metatags with parameters of type ParseResultModifier and TypeMethodDescriptionMetaTagsParser.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) -
Uses of ParseResult in org.apache.nutch.parse.tika
Methods in org.apache.nutch.parse.tika that return ParseResult -
Uses of ParseResult in org.apache.nutch.parse.zip
Methods in org.apache.nutch.parse.zip that return ParseResult -
Uses of ParseResult in org.apache.nutch.parsefilter.debug
Methods in org.apache.nutch.parsefilter.debug that return ParseResultModifier and TypeMethodDescriptionDebugParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Methods in org.apache.nutch.parsefilter.debug with parameters of type ParseResultModifier and TypeMethodDescriptionDebugParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) -
Uses of ParseResult in org.apache.nutch.parsefilter.naivebayes
Methods in org.apache.nutch.parsefilter.naivebayes that return ParseResultModifier and TypeMethodDescriptionNaiveBayesParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Methods in org.apache.nutch.parsefilter.naivebayes with parameters of type ParseResultModifier and TypeMethodDescriptionNaiveBayesParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) -
Uses of ParseResult in org.apache.nutch.parsefilter.regex
Methods in org.apache.nutch.parsefilter.regex that return ParseResultModifier and TypeMethodDescriptionRegexParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Methods in org.apache.nutch.parsefilter.regex with parameters of type ParseResultModifier and TypeMethodDescriptionRegexParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) -
Uses of ParseResult in org.creativecommons.nutch
Methods in org.creativecommons.nutch that return ParseResultModifier and TypeMethodDescriptionCCParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Adds metadata or otherwise modifies a parse of an HTML document, given the DOM tree of a page.Methods in org.creativecommons.nutch with parameters of type ParseResultModifier and TypeMethodDescriptionCCParseFilter.filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc) Adds metadata or otherwise modifies a parse of an HTML document, given the DOM tree of a page.