solr dataimport error: Indexing failed. Rolled back all changes
问题 When I run the "Full import with cleaning" command, error is "Indexing failed. Rolled back all changes" My dataimport config file: <dataConfig> <dataSource type="JdbcDataSource" name="ds-1" driver="com.mysql.jdbc.Driver" url="jdbc:mysql://my.ip/my_db" user="my_db_user" password="my_password" readOnly="True"/> <document> <entity name="videos" pk="ID" transformer="TemplateTransformer" dataSource="ds-1" query="SELECT * FROM videos LIMIT 100"> <field column="id" name="unid" indexed="true" stored=