solr5.2 mysql 增量索引
<dataConfig> <dataSource type="JdbcDataSource" driver="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost/documents" user="root" password="12345"/><document name="doc">
<entity dataSource="jdbcDataSource" name="doc_import_add"
query="select>
deltaImportQuery="select>
deltaQuery="select> <field column="id" name="id" />
<field column="file_name" name="file_name" />
<field column="file_type" name="file_type" />
<field column="file_path" name="file_path" />
<field column="file_content" name="file_content" />
</entity>
</document>
</dataConfig>
页:
[1]