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