Thought this is not directly related to Solr, but I have a XML output from
mysql database, but during indexing the XML output is not working. And the
problem is part of the XML output is not in UTF-8 encoding, how can I
convert it to UTF-8 and how do I know what kind of coding it uses in the
first place (the data I export from the mysql database). Thanks!

How do you generate XML output? "Output" itself is usually a raw byte array, it uses "Transport" and "Encoding". If you save it in a file system and forget about "transport-layer-encoding" you will get some new problems...

during indexing the XML output is not working
- what exactly happens, which kind of error messages?


Reply via email to