You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by blargy <zm...@hotmail.com> on 2010/03/21 02:10:57 UTC

MLT question

Im playing around with MLT and I am getting back decent results when
searching against a particular document.

My question is how can I paginate the results of this query? For example
instead of setting rows you must specify mlt.count in the params. But how
can I set the offset? mlt.offset?

Thanks
-- 
View this message in context: http://old.nabble.com/MLT-question-tp27973301p27973301.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: MLT question

Posted by Marc Sturlese <ma...@gmail.com>.
> My question is how can I paginate the results of this query? For example
> instead of setting rows you must specify mlt.count in the params. But how
> can I set the offset? mlt.offset?

As you do in a not mlt search request, setting start param should paginate
your response results

blargy wrote:
> 
> Im playing around with MLT and I am getting back decent results when
> searching against a particular document.
> 
> My question is how can I paginate the results of this query? For example
> instead of setting rows you must specify mlt.count in the params. But how
> can I set the offset? mlt.offset?
> 
> Thanks
> 

-- 
View this message in context: http://old.nabble.com/MLT-question-tp27973301p27985830.html
Sent from the Solr - User mailing list archive at Nabble.com.