That's correct - You can paginate/offset mlt results only through the MoreLikeThisHandler rather than the method you're using (standardrequesthandler with mlt enabled).
Cheers, --bemansell On May 9, 2009 10:42 AM, <jli...@gmail.com> wrote: Hi. I'm using the StandardRequestHandler for MoreLikeThis queries. I find that although I can specify how many results I want returned with mlt.count, it seesm like I can not specify a start location so that I can paginate the results. Is this the case? Thanks