[
https://issues.apache.org/jira/browse/SOLR-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Dyer resolved SOLR-2658.
------------------------------
Resolution: Fixed
Fix Version/s: 5.0
4.1
Assignee: James Dyer
Fixed as part of SOLR-4051.
This adds a <propertyWriter /> element to DIH's data-config.xml file, allowing
the user to specify the location, filename and Locale for the
"data-config.properties" file. Alternatively, users can specify their own
property writer implementation for greater control.
One nice thing that can be done with this: you can use JDBC escape syntax by
specifying {'ts' ''yyyy-MM-dd HH:mm:ss.SSSSSS''} as the dateFormat.
> dataimport.properties : change datetime format
> -----------------------------------------------
>
> Key: SOLR-2658
> URL: https://issues.apache.org/jira/browse/SOLR-2658
> Project: Solr
> Issue Type: Improvement
> Components: contrib - DataImportHandler
> Affects Versions: 1.4.1, 3.3
> Reporter: Frédéric AUGUSTE
> Assignee: James Dyer
> Priority: Minor
> Fix For: 4.1, 5.0
>
>
> I have to use URLDataSource in order to index an "Atom Feed".
> The REST API provided specify a "start time" parameter formated in UTC-Z
> (RFC3339).
> The dataimporter last index time parameter is not in this format.
> Is it possible to improve solr in order to specify the datetime format ?
> Class : org.apache.solr.handler.dataimport.DataImporter#DATE_TIME_FORMAT
> Current value :
> return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
> Regards,
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]