I'm getting an exception when I try to commit to Solr. Looking at the Solr log, it's showing that title is getting multiple values when it's not a multivalue field. None of my code does anything with the title, so I'm not sure why this is happening.
How can I look at the pending commit and determine why and/or delete the extraneous values? The document in question is a pdf if that makes a difference.

