You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jayendra Patil (JIRA)" <ji...@apache.org> on 2011/01/24 02:42:45 UTC

[jira] Updated: (SOLR-2283) Expose QueryUtils methods

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

Jayendra Patil updated SOLR-2283:
---------------------------------

    Attachment: SOLR-2283.patch

Patch Attached - makeQueryable made public.

> 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
>            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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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