I have a need to boost MoreLikeThis results. So far the only boost that I have come across is boosting query field by using mlt.qf. But what I really need is to use boost query and boost function like those in the DisMaxRequestHandler. Is that possible at all either out-of-the-box or by writing a custom handler, or are we limited by the MoreLikeThis of Lucene?
Bill