You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Christine Poerschke (JIRA)" <ji...@apache.org> on 2018/01/31 12:49:00 UTC

[jira] [Updated] (SOLR-11931) fix contrib/ltr custom inner class feature/normaliser/model persistence

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

Christine Poerschke updated SOLR-11931:
---------------------------------------
    Attachment: SOLR-11931.patch

> fix contrib/ltr custom inner class feature/normaliser/model persistence
> -----------------------------------------------------------------------
>
>                 Key: SOLR-11931
>                 URL: https://issues.apache.org/jira/browse/SOLR-11931
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - LTR
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Minor
>         Attachments: SOLR-11931.patch
>
>
> Custom feature/normaliser/model persistence across reloads is broken if the custom class is an inner class. This is because the class would be configured as (say) {{com.company.solr.ltr.feature.CustomFeatures$FeatureFoo}} but the stores (wrongly) persist {{com.company.solr.ltr.feature.CustomFeatures.FeatureFoo}} i.e. it's about the difference between {{getName()}} and {{getCanonicalName()}} -- helpful link: https://stackoverflow.com/questions/15202997/what-is-the-difference-between-canonical-name-simple-name-and-class-name-in-jav/15203417



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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