Maciej Lizewski created CONNECTORS-657:
------------------------------------------

             Summary: Normalize date/timestamps format across connectors
                 Key: CONNECTORS-657
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-657
             Project: ManifoldCF
          Issue Type: Bug
            Reporter: Maciej Lizewski


several connectors add datetime attributes to RepositoryDocument, but they do 
not have common format. Examples:
WikiConnector adds last-updated: 2010-10-10T12:34:00Z
SharedDriveConnector adds last-updated: Thu May 28 17:39:46 CEST 2009
and so on.

Solr requires all date/datetime fields to be passed as YYYY-MM-DDTHH:II:SSZ
We need to standardize formats (my recommendation is solr format) or allow to 
add Date attributes to RepositoryDocument and move formatting to 
OutputConnector.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to