Bug-fix for Nutch 1.3 with solrdedup

2011-06-12 Thread Yavinty
Hello, I have a bug-fix for Nutch 1.3 (solrdedup throwing NullPointerException), where do I submit it? Thanks.

Generator OutOfMemoryError Fix

2014-03-29 Thread Yavinty
Problem: I run Nutch 1.7 with large domain-urlfiler.txt (4M+ domains). Nutch throws OutOfMemoryError no matter how much RAM is allocated to JVM. This is because each instance of the inner class Selector in Generator creates new instances of filters, normalizers and csfilters for each job. Consider