Henri
I might be missing something here - are some of the patches associated with SOLR-350 not in trunk yet? I have only be looking at code in trunk.
thanks
Andy

Henrib wrote:
Andy,
Having your code will certainly help.

Regarding patch production, I can only suggest you use either cygwin if on
Windows or diff/patch on Unix.
I usually post patches this way: svn diff --diff-cmd /usr/local/bin/diff -x "-w -B -b -E -d -N -u" >
~/solr-350.patch
Which can be applied with:
/usr/local/bin/patch -u -p 0 < ~/solr-350.patch
Alternatively, you can send me the modified files (from the trunk + latest
350 patch) and I'll produce it (hbiestro at gmail dot com) so we can share
it quickly.

Just to better understand, are you saying multicore persistence is not
working or just not complete enough (aka reload/unload)?
Henri


Reply via email to