On 9/22/2016 7:17 AM, David Santamauro wrote: > Will an optimize remove those fields and corresponding data? I am about 99 percent sure that an optimize will have no effect on fields removed from the Solr schema. The schema doesn't exist at the Lucene level. When you do an optimize, the entire operation is handled by Lucene, using its forceMerge process.
Thanks, Shawn