[ 
https://issues.apache.org/jira/browse/SOLR-14212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022301#comment-17022301
 ] 

Christine Poerschke commented on SOLR-14212:
--------------------------------------------

[~mdrob] noticed in [~epugh]'s https://github.com/apache/lucene-solr/pull/1033 
for SOLR-13965 a suspected bug w.r.t. {{SolrConfig.classVsSolrPluginInfo}} use 
in GraphHandler and StreamHander.

{code}
- SolrConfig.classVsSolrPluginInfo.get(Expressible.class)
+ SolrConfig.classVsSolrPluginInfo.get(Expressible.class.getName())
{code}
seems an apparent fix. Looking into further today though I noticed that there 
is test coverage for {{expressible}} in 
https://github.com/apache/lucene-solr/blob/master/solr/core/src/test/org/apache/solr/pkg/TestPackages.java
 but the tests seem to pass without this fix; although there also is some 
commented out expressible-related code.

Attaching illustrative patch (the commenting-in commented-out test part of 
which does not compile).

> "<expressible> plugins with packages" seems incomplete
> ------------------------------------------------------
>
>                 Key: SOLR-14212
>                 URL: https://issues.apache.org/jira/browse/SOLR-14212
>             Project: Solr
>          Issue Type: Sub-task
>    Affects Versions: 8.5
>            Reporter: Christine Poerschke
>            Priority: Major
>
> SOLR-14125 follow-on, details to follow.



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

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

Reply via email to