nutch-python icon indicating copy to clipboard operation
nutch-python copied to clipboard

Nutch-Python is a Python binding to the Apache Nutch™ REST services allowing Nutch to be called natively in the Python community. — Edit

Results 3 nutch-python issues
Sort by recently updated
recently updated
newest added

I'm trying to run this script but getting error whle indexing the data ( Job Status : Failed). https://github.com/chrismattmann/nutch-python/wiki **Script:** from nutch.nutch import Nutch from nutch.nutch import SeedClient from nutch.nutch...

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...

Hi, I was able to run the following code on my own linux machine without a problem: --- ``` from nutch.nutch import Nutch from nutch.nutch import SeedClient from nutch.nutch import...