I created a solr core using bin/solr -c core1 and then copied the schema.xml file from basic config set to core1/conf folder and added a field
<field name="title" type="text" indexed="true" stored="true"/>
.
But this field is not reflected in schema browser. What configurations should I make to get the new fields reflected in schema browser in solr admin ui?
I am using solr 5.3.1