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

Mike Drob commented on SOLR-2283:
---------------------------------

Done in SOLR-2066.

> Expose QueryUtils methods
> -------------------------
>
>                 Key: SOLR-2283
>                 URL: https://issues.apache.org/jira/browse/SOLR-2283
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>    Affects Versions: 4.0-ALPHA
>            Reporter: Jayendra Patil
>            Priority: Minor
>         Attachments: SOLR-2283.patch
>
>
> We have a custom implementation of ExtendedDismaxQParserPlugin, bundled into 
> a jar in the multicore lib.
> The custom ExtendedDismaxQParserPlugin implementation still uses 
> org.apache.solr.search.QueryUtils makeQueryable method, same as the old 
> implementation.
> However, the method calls throws an java.lang.IllegalAccessError, as it is 
> being called from the inner ExtendedSolrQueryParser class and the 
> makeQueryable has no access modifier (basically default).
> Can we have the access modifier to public, as all the methods are static, to 
> be accessible 



--
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