You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Boris Steiner (JIRA)" <ji...@apache.org> on 2016/08/23 12:07:21 UTC

[jira] [Created] (SOLR-9430) Locale in
Boris Steiner created SOLR-9430:
-----------------------------------

             Summary: Locale in <propertyWriter in DIH is looked up based on Locale displayName (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
            Priority: Minor


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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org