Re: How to register a custom QParserPlugin

2015-04-30 Thread Oliver Obenland
Hi Hoss, thank you for your help. This helps a lot. I can see the plugin neither in the log nor in the plugin list, but it "works" now (got an exception from our class, so I know it'll be called). Thanks a lot! Oliver Am 29.04.2015 um 18:40 schrieb Chris Hostetter: : snippet to : vufind/so

Re: How to register a custom QParserPlugin

2015-04-29 Thread Chris Hostetter
: snippet to : vufind/solr/biblio/conf/sorconfig.xml. the correct syntax should be... ...note the "P" If it's loaded properly, you should see mention of MyQParserPlugin in your logs at startup, and it should appear in the list of query parser plugins in the admin ui... https://cwiki.apa

How to register a custom QParserPlugin

2015-04-29 Thread Oliver Obenland
Hi, we are trying to implement a custom QParserPlugin following this tutorial: http://spykem.blogspot.de/2013/06/plug-in-external-score-to-solr.html. We are using SOLR with VuFind. The implementation is done, the jar is located at vufind/solr/lib/ where other jars seem to be located. Then we a