Hi, For one of my projects at work, I recently had need of the lucene vector dumper. I used the current Driver class as a template however, I thought it would be good to have a more POJO like (springified) version. That makes the lucene vector dumper more accessible to frameworks like Spring; instead of having to generate code based on the Driver, you can just instantiate a bean in your Spring config.
I've submitted a patch: https://issues.apache.org/jira/browse/MAHOUT-671 As this is my first time actually contributing to this project, I am not sure what the code submission process is. If there is interest in accepting the patch and if more work is required (ie - feedback to change something to be more inline with the project or other improvements), I am definitely up for it. Just let me know. Chris
