您的位置:首页 > 运维架构 > Apache

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

2010-12-15 10:36 399 查看
在solr配置文件schema.xml中删掉默认字段:

<field name="text" type="text_general" indexed="true" stored="false" multiValued="true"/>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐