search - Adding a new field to existing Solr index -
i'm working solr 4.3.0 , trying add new field index.
i have added field xml-data-config.xml:
<field column="session_garantie" xpath="/produits/stage/sessions/session/@garantie" />
and i've added field schema.xml:
<field name="session_garantie" type="string" indexed="true" stored="true" multivalued="true"/>
but still don't find field in query results. why? there cache should clean?
i rebooted solr core i'm working with. .
Comments
Post a Comment