: Essentially, this is what I want to do (I'm extending SearchComponent):
the level of request manipulation you seem to be interested strikes me as something that you should do as a custom RequestHandler -- not a SearchComponent or a QParserPlugin. You can always subclass SearchHandler, and override the handleRequest method to manipulate the request however you want and then delegate to super. -Hoss