我是apache solr的新手

apache solr我在我的核心文件夹中下载solr6.5.1 whith我添加并添加data-config.xml

<dataSource type="JdbcDataSource"
                  driver="com.mysql.jdbc.Driver"
                  url="jdbc:mysql://localhost/opencart"
                  user="root"
                  password=""/>

solrconfig.xml中

<requestHandlername="/dataimport" class="org.apache.solr.handler.dataimport.DataImportHandler">
<lst name="defaults">
<str name="config">data-config.xml</str>
</lst>
</requestHandler>

schema.xml中

<field name="catids" type="int" indexed="true" stored="true" multiValued="true"/> <field name="manuids" type="int" indexed="true" stored="true" multiValued="true"/>

我尝试数据导入我不是abul导入