Hi Solr Expoerts, Is it possible to 'chain' multiple QParserPlugins from a single RequestHandler?
e.g. when a query request comes in for the default standard requestHandler, it sends the query request to: <str name="defType">qpluginhandler_1</str> then: <str name="defType">qpluginhandler_2</str> and finally: <str name="defType">qpluginhandler_N</str> where qpluginhandler_X is some defined QParserPlugin instance. Is this possible? Many thanks, Peter