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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -