[ 
https://issues.apache.org/jira/browse/SOLR-11163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christine Poerschke resolved SOLR-11163.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: master (8.0)
                   7.0

Thanks [~yuyano]!

> Normalizer fails to restore itself when reload or restart solr cores.
> ---------------------------------------------------------------------
>
>                 Key: SOLR-11163
>                 URL: https://issues.apache.org/jira/browse/SOLR-11163
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: contrib - LTR
>    Affects Versions: 6.6
>            Reporter: Yuki Yano
>            Assignee: Christine Poerschke
>             Fix For: 7.0, master (8.0)
>
>         Attachments: SOLR-11163.patch, SOLR-11163.patch
>
>
> Normalizer fails to restore itself from json file of its parameters when 
> reload or restart solr cores.
> This is because Normalizer#paramsToMap generates Map of parameters with 
> double quoted like below:
> {code:JavaScript}
> {
>   "min": "\"0.0\"",
>   "max": "\"1.0\""
> }
> {code}
> With the example above, Normalizer#newInstance fails to invoke setters due to 
> the failure of Float#parseFloat("\"0.0\"").



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to