Github user barrotsteindev commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/428#discussion_r207251678
--- Diff:
solr/core/src/test-files/solr/collection1/conf/solrconfig-parsing-update-processor-chains.xml
---
@@ -29,43 +29,43 @@
<updateRequestProcessorChain name="parse-date">
<processor class="solr.ParseDateFieldUpdateProcessorFactory">
- <str name="format">yyyy-MM-dd'T'HH:mm:ss.SSSZ</str>
--- End diff --
Yes sadly there is no backwards compatibility between the two. For example
a single Z and 5 Z in the format have a different meaning. This is all
explained here:
https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]