You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2013/03/01 04:07:12 UTC

[jira] [Updated] (SOLR-4517) make FieldType.properties protected

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

Robert Muir updated SOLR-4517:
------------------------------

    Attachment: SOLR-4517.patch
    
> 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
>         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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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