To add a new field to existing documents in Solr, you will first need to edit the schema.xml file in your Solr instance. In the schema.xml file, you can define the new field by specifying its name, data type, and any other necessary attributes. Once you have defined the new field in the schema.xml file, you will then need to reindex your existing documents in order to populate the new field with data.