>
> As i said: that may be what you're looking for (it's hard to tell based on
> your email) but the other possibility is that you want to be able to
> specify bq (and maybe bf) type parrams to influence the MLT portion of the
> request (ie: apply a bias so docs matching a particular query/func are
In the current code base the MLT Handler has geneerally been superceeded
by a MLT Component which may do what you want -- you can use an QParser
you want to generate a DocList and the MLT Component then suggests similar
docs for each doc in your list.
As i said: that may be what you're looking
>From what I've read/found, MoreLikeThis doesn't support the dismax
parameters that are available in the StandardRequestHandler (such as bq). Is
it possible that we might get support for those parameters some time? What
are the issues with MLT Handler inheriting from the StandardRequestHandler
inst