On 7/21/06, Mike Klaas <[EMAIL PROTECTED]> wrote:
There could be some sort of CommonParams-like class which parses the default parameters, like it does currently (but adding logic for per-field overrides), but having an addition method which accepts a SolrQueryRequest and adds any per-query overrides, finally outputting an instance of some Parameter class which can be queried to determine the global and per-field settings in one central location.
I think that is a good idea in general. It also can provide more of a proper interface behind which we can optimize parameter getting/parsing, which can become important as the number of parameters grows. -Yonik
