USCDataScience / sparkler

Spark-Crawler: Apache Nutch-like crawler that runs on Apache Spark.
http://irds.usc.edu/sparkler/
Apache License 2.0
411 stars 143 forks source link

Feature : Chain multiple plugins belonging to the same extension point #147

Closed thammegowda closed 6 years ago

thammegowda commented 6 years ago

Issue Description

Some extensions may accept multiple plugins. For example: Consider multiple implementations of URLFilter plugin, provide a way to chain multiple such implementations.