You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Kelvin Tan (Jira)" <ji...@apache.org> on 2019/12/06 20:07:00 UTC

[jira] [Updated] (SOLR-14031) Make BlockJoinFacetComponentSupport protected instead of package private

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

Kelvin Tan updated SOLR-14031:
------------------------------
    Attachment: SOLR-14031.patch

> Make BlockJoinFacetComponentSupport protected instead of package private
> ------------------------------------------------------------------------
>
>                 Key: SOLR-14031
>                 URL: https://issues.apache.org/jira/browse/SOLR-14031
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Kelvin Tan
>            Priority: Minor
>         Attachments: SOLR-14031.patch
>
>
> BlockJoinFacetComponentSupport is currently package private which makes it impossible for users to create searchcomponents derived from it and to also deploy these custom components in the lib/ directory of the solr core due to the Java's classloading mechanism.
> Relax it to protected so that this is possible.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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