public class IndexingFilters extends Object
IndexingFilter implementing plugins.| Modifier and Type | Field and Description |
|---|---|
static String |
INDEXINGFILTER_ORDER |
| Constructor and Description |
|---|
IndexingFilters(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
NutchDocument |
filter(NutchDocument doc,
Parse parse,
Text url,
CrawlDatum datum,
Inlinks inlinks)
Run all defined filters.
|
public static final String INDEXINGFILTER_ORDER
public IndexingFilters(Configuration conf)
public NutchDocument filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) throws IndexingException
IndexingExceptionCopyright © 2021 The Apache Software Foundation