我正在使用Solr 4.3.0,我正在尝试为其索引添加一个新字段。
我已将字段添加到xml-data-config.xml:
<field column="session_garantie" xpath="/produits/stage/sessions/session/@garantie" />
我已将该字段添加到schema.xml:
<field name="session_garantie" type="string" indexed="true" stored="true" multiValued="true"/>
但我仍然没有在查询结果中找到我的字段。为什么?我应该清理缓存吗?
答案 0 :(得分:1)
我刚刚重启了我正在使用的Solr Core。 谢谢 。