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 <ja...@gmail.com> on 2010/08/02 20:15:07 UTC

QueryUtils API Change - Custom ExtendedDismaxQParserPlugin accessing QueryUtils makeQueryable - java.lang.IllegalAccessError

We have a custom implementation of ExtendedDismaxQParserPlugin, which we
bundle into a jar and have it exposed in the multicore lib.
The custom ExtendedDismaxQParserPlugin implementation still uses 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)

Any reason for having it default ?? or any plans making it public ???

Regards,
Jayendra