我实际上在使用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”/>
任何帮助表示感谢。