Github user dsmiley commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/438#discussion_r212041807
  
    --- Diff: solr/server/solr/configsets/_default/conf/solrconfig.xml ---
    @@ -1141,11 +1141,11 @@
       <updateProcessor class="solr.ParseDoubleFieldUpdateProcessorFactory" 
name="parse-double"/>
       <updateProcessor class="solr.ParseDateFieldUpdateProcessorFactory" 
name="parse-date">
         <arr name="format">
    -      <str>yyyy-MM-dd'T'HH:mm[:ss[.SSS]][z</str>
    --- End diff --
    
    By "the old patterns" do you mean the _current_ patterns we see in the 
default config?  Yes.  You can tweak an existing pattern to parse more things, 
but don't remove the ability to parse something it would have parsed before!  
And yes add/merge the additional ones from SOLR-12591.  By "merge" I mean 
modify some existing patterns to match some of the ones in SOLR-12591.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to