public interface IndexingFilter extends FieldPluggable, Configurable
| Modifier and Type | Field and Description |
|---|---|
static String |
X_POINT_ID
The name of the extension point.
|
| Modifier and Type | Method and Description |
|---|---|
NutchDocument |
filter(NutchDocument doc,
String url,
WebPage page)
Adds fields or otherwise modifies the document that will be indexed for a
parse.
|
getFieldsgetConf, setConfstatic final String X_POINT_ID
NutchDocument filter(NutchDocument doc, String url, WebPage page) throws IndexingException
doc - document instance for collecting fieldsurl - page urlpage - IndexingExceptionCopyright © 2015 The Apache Software Foundation