Package org.apache.nutch.exchange
Class Exchanges
java.lang.Object
org.apache.nutch.exchange.Exchanges
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]indexWriters(NutchDocument nutchDocument) Returns all the indexers where the document must be sent to.voidopen()Opens each configured exchange.
-
Constructor Details
-
Exchanges
-
-
Method Details
-
areAvailableExchanges
public boolean areAvailableExchanges() -
open
public void open()Opens each configured exchange. -
indexWriters
Returns all the indexers where the document must be sent to.- Parameters:
nutchDocument- The document to process.- Returns:
- Indexers.
-