Hi, I'm looking for ways to influence the sorting / order of results returned by the MoreLikeThis request handler, however I don't think this is achievable using only filter queries (please correct me if I'm wrong though).
Ideally, it would be great if MoreLikeThis supported bf (Boost Functions) and possibly bq (Boost Query) parameters accepted by the DisMax handler, I tried to hack the code responsible for these two features into MoreLikeThisHandler.java without much success. Perhaps this additional parameter code implemented in the DisMaxRequestHandler could be abstracted to a separate class (e.g. CommonRequestHandler) to make it available for other requests handlers? (such as MoreLikeThis). Does this make any sense? cheers, Tristan