<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-solr</artifactId>
</dependency>
spring:
data:
solr:
host: http://localhost:8983/solr/mycore
<field name="tb_item_title" type="text_ik" indexed="true" stored="true" required="true" multiValued="false" />
原文:https://www.cnblogs.com/lick468/p/10870693.html