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


-- 
View this message in context: 
http://www.nabble.com/Multicore---Unload---Reload-tp15429182p15430502.html
Sent from the Solr - Dev mailing list archive at Nabble.com.

Reply via email to