On 5/5/2016 9:52 AM, Garfinkel, David wrote: > I'm new to administering Solr, but it is part of my DAM and I'd like to > have a better understanding. If I understand correctly I have a field in my > schema with uuid 1948 that is causing an issue right?
The data being indexed contains a field *named* 1948. That is not the value of the field, it's the name. Your schema does not contain a field named 1948, so Solr refuses to index the data. Thanks, Shawn