On 5/24/2016 4:22 AM, scott.chu wrote:
> Caused by: java.sql.SQLException: Unknown character set index for field '224'.
>
> What's does this error message mean?

This error message comes either from the MySQL JDBC driver or your MySQL
server.  Solr is not generating the error, just reporting it.

On another thread, you mentioned that you are using the 5.0.8 version of
the MySQL JDBC driver.  The README for this version says Copyright
2003.  That is *really* old -- it's older than the first version of Solr.

You may need to check the character set at the column level in your
database, specifically for the column named "224".  I would also
strongly recommend upgrading the JDBC driver.

http://dev.mysql.com/downloads/connector/j/

Thanks,
Shawn

Reply via email to