xmlversion="1.0"encoding="UTF-8"?><dataConfig> <dataSourcetype="JdbcDataSource"driver="com.mysql.jdbc.Driver"url="jdbc:mysql://localhost:3306/django_blog"user="root"password=""/> <documentname="blog"> <entityname="blog_blog"pk="id"query="select id,title,content from blog_blog"deltaImportQuery="select id,title,content from blog_blog where ID='${dataimporter.delta.id}'"deltaQuery="select id from blog_blog where add_time > '${dataimporter.last_index_time}'" deletedPkQuery="select id from blog_blog where id=0"> <fieldcolumn="id"name="id"/> <fieldcolumn="title"name="title"/> <fieldcolumn="content"name="content"/> entity> document> dataConfig>