[jira] [Commented] (SOLR-5352) Field name become lowercase in data import handler

2016-10-22 Thread Alexandre Rafalovitch (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15597693#comment-15597693
 ] 

Alexandre Rafalovitch commented on SOLR-5352:
-

Can you explain this part a bit more. Specifically, what did you expect to see 
and what happened instead. This would help to reproduce the issue.

> Field name become lowercase in data import handler
> --
>
> Key: SOLR-5352
> URL: https://issues.apache.org/jira/browse/SOLR-5352
> Project: Solr
>  Issue Type: Bug
>  Components: contrib - DataImportHandler
>Affects Versions: 4.4
>Reporter: Alessandro Cavallaro
>Priority: Minor
>
> When using a transformer in data import handler field names the in origin 
> contains uppercase characters are accessible only by their lowercase 
> counterparts, this is strange because then you can access the same field user 
> their original names in the schema



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-5352) Field name become lowercase in data import handler

2016-10-21 Thread Michael Day (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15596635#comment-15596635
 ] 

Michael Day commented on SOLR-5352:
---

Except it causes other weird issues, like when you include a wildcard field 
that is ignored.

{code}

{code}

> Field name become lowercase in data import handler
> --
>
> Key: SOLR-5352
> URL: https://issues.apache.org/jira/browse/SOLR-5352
> Project: Solr
>  Issue Type: Bug
>  Components: contrib - DataImportHandler
>Affects Versions: 4.4
>Reporter: Alessandro Cavallaro
>Priority: Minor
>
> When using a transformer in data import handler field names the in origin 
> contains uppercase characters are accessible only by their lowercase 
> counterparts, this is strange because then you can access the same field user 
> their original names in the schema



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-5352) Field name become lowercase in data import handler

2014-04-03 Thread Shalin Shekhar Mangar (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13958616#comment-13958616
 ] 

Shalin Shekhar Mangar commented on SOLR-5352:
-

This is by design. The problem was that sometimes the column names in the 
databases are different from schema field names only because of their case. 
This caused missing data and was hard to debug. Therefore, the field name 
matching was made case insensitive, That is why the transformers also get the 
lower cased field names.

> Field name become lowercase in data import handler
> --
>
> Key: SOLR-5352
> URL: https://issues.apache.org/jira/browse/SOLR-5352
> Project: Solr
>  Issue Type: Bug
>  Components: contrib - DataImportHandler
>Affects Versions: 4.4
>Reporter: Alessandro Cavallaro
>Priority: Minor
>
> When using a transformer in data import handler field names the in origin 
> contains uppercase characters are accessible only by their lowercase 
> counterparts, this is strange because then you can access the same field user 
> their original names in the schema



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org