>
> 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