I have configured solr and right now I am using two filed in Schema.xml:
- file_id
- content
After I start the indexing I have already index around 1000 of records now I want to add more fields in Schema.xml.
Is it possible to update current Schema.xml file without effecting the indexing data?