Re: Implementing a custom ResourceLoader

2011-10-03 Thread Chris Hostetter
: 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

Implementing a custom ResourceLoader

2011-09-21 Thread Jithin Emmanuel
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