Hi,
As part of writing a solr plugin I need to override the ResourceLoader. My
plugin is intended stop word analyzer filter factory and I need to change
the way stop words are being fetched. My assumption is overriding
ResourceLoader->getLines() will help me to meet my target of fetching stop
word data from an external webservice.
Is thisi feasible? Or should I go about overriding
Factory->inform(ResourceLoader) method. Kindly let me know how to achieve
this.

-- Thanks
Jithin

Reply via email to