Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/428#discussion_r207052167
--- 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 --
Can you explain why you made this and other changes in this file? If the
format is compatible (joda -> java.text) then no changes would be necessary
here. But if there's a backwards incompatibility here then, alas, we'll need
to let users know about...
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]