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 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 mosre likely to be suggested) ... this is an area that hasn't really been very well explored as far as i can remember. : >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 : instead of RequestHandlerBase? -Hoss
