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
: 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
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