Date type parser is overly fussy
--------------------------------

                 Key: SOLR-391
                 URL: https://issues.apache.org/jira/browse/SOLR-391
             Project: Solr
          Issue Type: Bug
          Components: search
    Affects Versions: 1.2
            Reporter: Lance Norskog
            Priority: Trivial


The parser for the Solr 'date' type is overly picky. It requires an entire 
year-month-day-T-hour-minute-second-Z string.

However, when it is printed out it does not include the Z at the end. Thus, a 
naive XSL script that translates the output into an XML that can be re-fed with 
the Solr input format has to include the trailing Z to get dates to parse.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to