I've been using SOLR for a while now and came across an issue today with a master/slave server setup using snappuller. When I post a document with Russian, or any non-ASCII, text into my master server, everything is fine. A quick query through the admin panel shows me the correct Russian text.
However, once that document gets rsync'd to the slave boxes, the same query shows me results where the Russian text is obviously mangled. It only shows up as question marks. Anyone else seen this kind of behavior before? Am I missing some rsync params? Obviously SOLR isn't the problem, but this can't be the first time it's been faced. patrik