Package org.apache.nutch.exchange.jexl
Class JexlExchange
java.lang.Object
org.apache.nutch.exchange.jexl.JexlExchange
- All Implemented Interfaces:
Configurable,Exchange,Pluggable
-
Field Summary
Fields inherited from interface org.apache.nutch.exchange.Exchange
X_POINT_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConf()booleanmatch(NutchDocument doc) Determines if the document must go to the related index writers.voidInitializes the internal variables.voidsetConf(Configuration configuration)
-
Constructor Details
-
JexlExchange
public JexlExchange()
-
-
Method Details
-
open
Initializes the internal variables. -
match
Determines if the document must go to the related index writers. -
setConf
- Specified by:
setConfin interfaceConfigurable
-
getConf
- Specified by:
getConfin interfaceConfigurable
-