- Prev
- Next
Uses of Class
org.apache.nutch.parse.ParseException
Packages that use ParseException Package Description org.apache.nutch.parse
TheParse
interface and related classes. org.creativecommons.nutch
Sample plugins that parse and index Creative Commons medadata.
Uses of ParseException in org.apache.nutch.parse
Subclasses of ParseException in org.apache.nutch.parse Modifier and Type Class and Description class
ParserNotFound
Methods in org.apache.nutch.parse that throw ParseException Modifier and Type Method and Description ParseResult
ParseUtil.parse(Content content)
Performs a parse by iterating through a List of preferred Parser
s until a successful parse is performed and a Parse
object is returned.
ParseResult
ParseUtil.parseByExtensionId(String extId,
Content content)
Method parses a Content
object using the Parser
specified by the parameter extId
, i.e., the Parser's extension ID.
Uses of ParseException in org.creativecommons.nutch
Methods in org.creativecommons.nutch that throw ParseException Modifier and Type Method and Description 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