Solr org.apache.solr.common.SolrException: undefined field text

在solr配置文件schema.xml中删掉默认字段:

<field name="text" type="text_general" indexed="true" stored="false" multiValued="true"/>

你可能感兴趣的:(Solr org.apache.solr.common.SolrException: undefined field text)