Re: Passing a Parameter to a Custom Processor

2013-12-17 Thread Dileepa Jayakody
Thanks a lot for the info Koji. I'm going through the source-code, to find out. Regards, Dileepa On Fri, Dec 13, 2013 at 5:40 PM, Koji Sekiguchi wrote: > Hi Dileepa, > > The stanbolInterceptor processor chain will be used in multiple request >> handlers. Then I will have to pass the stanbol.e

Re: Passing a Parameter to a Custom Processor

2013-12-13 Thread Koji Sekiguchi
Hi Dileepa, The stanbolInterceptor processor chain will be used in multiple request handlers. Then I will have to pass the stanbol.enhancer.url param in each of those request handler which will cause redundant configurations. Therefore I need to pass the param to the processor directly. But whe

Passing a Parameter to a Custom Processor

2013-12-13 Thread Dileepa Jayakody
Hi All, I have written a custom update-request processor and need to pass certain parameters to the Processor. I believe solrconfig.xml is the place to pass these parameters. At the moment I define my parameter in the request handler as below; data-config.xml stanbolInterceptor *http:/