public class IndexingFilters
extends java.lang.Object
IndexingFilter
implementing plugins.Modifier and Type | Field and Description |
---|---|
static java.lang.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 java.lang.String INDEXINGFILTER_ORDER
public IndexingFilters(Configuration conf)
public NutchDocument filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) throws IndexingException
IndexingException
Copyright © 2019 The Apache Software Foundation