Package org.apache.nutch.exchange
Interface Exchange
- All Superinterfaces:
Configurable,Pluggable
- All Known Implementing Classes:
JexlExchange
-
Field Summary
Fields -
Method Summary
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Field Details
-
X_POINT_ID
The name of the extension point.
-
-
Method Details
-
open
Initializes the internal variables.- Parameters:
parameters- Params from the exchange configuration.
-
match
Determines if the document must go to the related index writers.- Parameters:
doc- The given document.- Returns:
- True if the given document match with this exchange. False in other case.
-