[
https://issues.apache.org/jira/browse/SOLR-9430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15440847#comment-15440847
]
ASF subversion and git services commented on SOLR-9430:
-------------------------------------------------------
Commit e99d9706741edb27b5ba373ad6fd84150a076705 in lucene-solr's branch
refs/heads/master from [~thetaphi]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=e99d970 ]
SOLR-9430: Fix locale lookup in DIH <propertyWriter/> to use BCP47 language
tags to be consistent with other places in Solr. Language names still work for
backwards compatibility
> Locale in <propertyWriter in DIH is looked up based on Locale displayName
> (language tag "en-US" or legacy name "en_US" does not work, English works)
> ----------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: SOLR-9430
> URL: https://issues.apache.org/jira/browse/SOLR-9430
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: contrib - DataImportHandler, update
> Affects Versions: 6.1
> Environment: all
> Reporter: Boris Steiner
> Assignee: Uwe Schindler
> Priority: Minor
> Labels: DIH, SimpePropertiesWriter, locale, propertyWriter
> Fix For: master (7.0), 6.x, 6.3
>
> Attachments: SOLR-9430.patch, SOLR-9430.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> having a DIH with DB datasource and propertyWriter such as:
> <propertyWriter dateFormat="yyyy-MM-dd HH:mm:ss.SSSSSS"
> type="SimplePropertiesWriter" locale="en_US" />
> does not work with locale in form en_US as mentioned in documentation;
> Locale is being looked up by Locale.getDisplayName() which returns human
> readable representation as opposed to Locale.toLanguageTag, which returns
> form such as en-US.
> Propertywirter with locale in this form works:
> <propertyWriter dateFormat="yyyy-MM-dd HH:mm:ss.SSSSSS"
> type="SimplePropertiesWriter" locale="Slovak" />
> Problematic line code:
> https://github.com/apache/lucene-solr/blob/branch_6_1/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/SimplePropertiesWriter.java#L95
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]