On Jan 21, 2008 9:06 PM, Doug Steigerwald <[EMAIL PROTECTED]> wrote: > We've found a way to work around it. In our search components, we're doing > something like: > > defType = defType == null ? DisMaxQParserPlugin.NAME : defType;
Would it be easier to just add it as a default parameter in the request handler? -Yonik