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

Mike Drob resolved SOLR-4517.
-----------------------------
       Resolution: Fixed
         Assignee: Robert Muir
    Fix Version/s: 4.2

> make FieldType.properties protected
> -----------------------------------
>
>                 Key: SOLR-4517
>                 URL: https://issues.apache.org/jira/browse/SOLR-4517
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>             Fix For: 4.2
>
>         Attachments: SOLR-4517.patch
>
>
> Currently its not possible to make a fieldtype plugin via the normal lib/ 
> mechanism that hides field type impl details (e.g. you just want a no-arg 
> IDFieldType). 
> This is because you cant do sheisty package-private stuff in a different 
> classloader without extra sheisty reflection.
> So I think pkg-private access is not very good for things intended to be 
> plugins, you can only make a custom war...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to