You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2017/05/03 03:31:04 UTC

[jira] [Commented] (SOLR-2283) Expose QueryUtils methods

    [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org