Update QParserPlugin containing FilteredQuery to Solr 5.5 - HowTo?

2016-07-12 Thread Oliver Obenland
Hi, we developed a custom QParserPlugin for Solr 4.3. This QParser is for comparing the numeric values of the documents with numeric values of the search query. The first step was to reduce the number of documents by pre parsing the request and creating a lucene query: final String query

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

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