Re: Plugin init failure for custom analysis filter

2014-07-21 Thread ssivakumaran
Hi, I am not able to find anything in the log or rather not that specific. This error is being thrown when I add a string argument to my filter in schema. If I remove the same, I donot get any error. I tried changing the datatype but still same error. A little more detail regarding the filter argum

Re: Plugin init failure for custom analysis filter

2014-07-18 Thread Jack Krupansky
Further down in the stack trace you will find the "cause" of the exception. Solr is calling the "init" method, but your code is throwing an exception. Your jar is probably in the proper place, otherwise Solr wouldn't have been able to load it and call the init method for it. -- Jack Krupansky