On 16-Nov-07, at 6:44 PM, patrik wrote:
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.
That is quite strange. Have you tried inserting the document into
the slave index directly to eliminate the rsync from the possible
causes?
It sounds to me like your slave web container is configured
differently from the master.
-Mike