Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.6
-
None
Description
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:
{ "min": "\"0.0\"", "max": "\"1.0\"" }
With the example above, Normalizer#newInstance fails to invoke setters due to the failure of Float#parseFloat("\"0.0\"").
Attachments
Attachments
Issue Links
- is related to
-
SOLR-10421 solr/contrib/ltr (MinMax|Standard)Normalizer.paramsToMap needs to save float as string
- Closed
-
SOLR-8542 Integrate Learning to Rank into Solr
- Resolved
- relates to
-
SOLR-11187 TestModelManagerPersistence improvements
- Closed