I am looking to add a field to the Solr schema.
I'm aware that after adding a field to the schema.xml
, I have to restart the Solr-instance and rebuild the index. However, does the schema.xml
reside on the Solr server or should I change the schema.xml
that I am exporting?
Also, does "rebuild the index" refer to exporting data to the Solr search server?