chrismattmann / nutch-python

Nutch-Python is a Python binding to the Apache Nutch™ REST services allowing Nutch to be called natively in the Python community. — Edit
Apache License 2.0
38 stars 20 forks source link

Change seedlist creation to conform to NUTCH-2090 #17

Open sujen1412 opened 8 years ago

sujen1412 commented 8 years ago

The Seed API was refactored according to https://issues.apache.org/jira/browse/NUTCH-2090. The python code needs to be refactored to match the specifications of the new API. Or we need backward compatibility in Nutch for the Seed API.

sujen1412 commented 8 years ago

Work ongoing for backward compatibility - https://issues.apache.org/jira/browse/NUTCH-2246

chrismattmann commented 8 years ago

handled in #18

chrismattmann commented 8 years ago

@sujen1412 please review