How about programmatically? Is there some config on the server I can change
or some API call that changes the default resultset size?

On Tue, Oct 4, 2011 at 2:00 PM, Erick Erickson <erickerick...@gmail.com>wrote:

> Set &rows=200
>
> or page through it
> &start=40&rows=20
>
> and on the next one
>
> &start=60&rows=20
>
> Best
> Erick
>
> On Tue, Oct 4, 2011 at 1:44 PM, Andrew Clark
> <andrew.clark.at...@gmail.com> wrote:
> > I get 193 documents found in my SolrDocumentList, but only 10 of them are
> > returned to me.. how can I remove the 10 document limit?
> > Thanks,
> > Andrew
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>

Reply via email to