August 13, 2011 | In: MySQL, Solr
Solr DataImportHandler Converts TINYINT to Boolean
When using Solr DataImportHandler with MySQL, the JDBC connection treats TINYINT(1) columns as BOOLEAN even if you have other values greater than. Most likely with a properly defined field of int type on your schema.xml you will get an error while...