You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Alexandre Rafalovitch (Jira)" <ji...@apache.org> on 2020/09/01 21:47:00 UTC

[jira] [Created] (SOLR-14809) Config API: parse-date URP is missing inner configuration in json output

Alexandre Rafalovitch created SOLR-14809:
--------------------------------------------

             Summary: Config API: parse-date URP is missing inner configuration in json output
                 Key: SOLR-14809
                 URL: https://issues.apache.org/jira/browse/SOLR-14809
             Project: Solr
          Issue Type: Sub-task
      Security Level: Public (Default Security Level. Issues are Public)
          Components: config-api
            Reporter: Alexandre Rafalovitch


{code:xml}
  <updateProcessor class="solr.ParseDateFieldUpdateProcessorFactory" name="parse-date">
    <arr name="format">
      <str>yyyy-MM-dd['T'[HH:mm[:ss[.SSS]][z</str>
      <str>yyyy-MM-dd['T'[HH:mm[:ss[,SSS]][z</str>
      <str>yyyy-MM-dd HH:mm[:ss[.SSS]][z</str>
      <str>yyyy-MM-dd HH:mm[:ss[,SSS]][z</str>
      <str>[EEE, ]dd MMM yyyy HH:mm[:ss] z</str>
      <str>EEEE, dd-MMM-yy HH:mm:ss z</str>
      <str>EEE MMM ppd HH:mm:ss [z ]yyyy</str>
    </arr>
  </updateProcessor>
{code}

Becomes

{code:json}
      "parse-date":{
        "name":"parse-date",
        "class":"solr.ParseDateFieldUpdateProcessorFactory"},
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org