I'm looking at the following. I want to (1) map some query fields to some other query fields and add some things to FL, and then (2) rescore.
I can see how to do it as a RequestHandler that makes a parser to get the fields, or I could see making a SearchComponent that was stuck into the list just after the QueryComponent. Anyone care to advise in the choice?