I am building a custom plugin in Nutch 2.3.1 on Hadoop/HBase. In the plugin code, I need to pull in a dictionary of files and run some comparisons while parsing the document.
Is there a way to include directory of files through the custom plugin ant build framework that will work on both local and cluster(hadoop MR) mode? Any pointers will be helpful. Thanks Dave

