You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Peter Keegan <pe...@gmail.com> on 2013/10/09 00:24:06 UTC

limiting deep pagination

Is there a way to configure Solr 'defaults/appends/invariants' such that
the product of the 'start' and 'rows' parameters doesn't exceed a given
value? This would be to prevent deep pagination.  Or would this require a
custom requestHandler?

Peter

Re: limiting deep pagination

Posted by Peter Keegan <pe...@gmail.com>.
Sorry, wrong list auto-selected. Will repost to solr-user


On Tue, Oct 8, 2013 at 6:24 PM, Peter Keegan <pe...@gmail.com> wrote:

> Is there a way to configure Solr 'defaults/appends/invariants' such that
> the product of the 'start' and 'rows' parameters doesn't exceed a given
> value? This would be to prevent deep pagination.  Or would this require a
> custom requestHandler?
>
> Peter
>
>