org.apache.solr.client.solrj.impl.HttpSolrServer $ RemoteSolrException:错误:无法设置索引时间提升,字段省略了无索引或规范

时间:2015-05-20 12:15:47

标签: solr solrj

我实际上在使用solr进行索引时面临错误,如下所示:

org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: ERROR: [doc=Ask_67] cannot set an index-time boost, unindexed or norms are omitted for field commitAs: index

错误指向的字段“commitAs”不用于索引。

我已经在schema.xml中设置了这个字段

< field name =“commitAs”type =“text_general”indexed =“false”stored =“false”omitNorms =“true”/>

任何帮助表示感谢。

0 个答案:

没有答案