On Fri, May 21, 2010 at 5:30 PM, Chris Harris <rygu...@gmail.com> wrote: > Actually, rather than cherry-pick just the changes from SOLR-1358 and > SOLR-1583 what I did was to merge in all DataImportHandler-related > changes from between the 1.4 release up through Solr trunk r890679 > (inclusive). I'm not sure if that's what would work best for you, but > it's one option.
I'd rather, of course, not to have to build my own. But if I'm going to dabble in the source at all, it's just a slippery slope from the former to the latter. :-) (My main hesitation in doing so would be that I'm new enough to the code that I have no idea what core changes the trunk's DIH might also depend on. And my Java's pretty rusty.) How did you arrive at your patch? Just grafting the entire trunk/solr/contrib/dataimporthandler onto 1.4's code? Or did you go through Jira/SVN looking for applicable changesets? I'll be very interested to hear how your testing goes! Sixten