org.apache.nutch.parse
Interface ParseFilter

All Superinterfaces:
Configurable, Pluggable

public interface ParseFilter
extends Pluggable, Configurable


Field Summary
static String X_POINT_ID
          The name of the extension point.
 
Method Summary
 Parse filter(Content content, Parse parse)
          Adds metadata or modifies parse
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Field Detail

X_POINT_ID

static final String X_POINT_ID
The name of the extension point.

Method Detail

filter

Parse filter(Content content,
             Parse parse)
             throws Exception
Adds metadata or modifies parse

Throws:
Exception


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.