Description
A correct iso 8601 date 2006-01-01T12:01:00Z throws an error.
Unparseable date: "2006-01-01T12:01:00Z" at org.apache.solr.schema.DateField.toObject(DateField.java:173) at org.apache.solr.schema.DateField.toObject(DateField.java:83)
The ThreadLocalDateFormat requires fractional seconds "yyyy-MM-dd'T'HH:mm:ss.SSS"
to parse with simple date format. Where as the jdoc states their optional.