On Wed, Dec 16, 2009 at 11:32 AM, patrick o'leary <pj...@pjaol.com> wrote:

> Check SolrCore.createInitInstance
> It cast's your CustomValueSourceParser as a NamedListInitializedPlugin
> which
> is an interface,
> thus the AbstractMethodError, as there isn't a concrete implementation of
> init.
>
> If it cast it as a ValueSourceParser in SolrCore then it would be fine.
>
>
That is not possible. Even though the object is cast to an interface
NamedListInitializedPlugin, it is still an instance of ValueSourceParser and
therefore it does have an implementation of the init method. Am I missing
something?

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to