: I now set a high value like 1 as result limit, which is always enough for
: my needs, but I nevertheless wanted to point at this error.
For the record: while Yonik has fixed solr so that it *can* accept
MAX_VALUE, doesn't mean you *should* use MAX_VALUE.
even if you want *all* the results
On Nov 15, 2007 10:49 AM, Jörg Kiegeland <[EMAIL PROTECTED]> wrote:
> if I do a query and set the result limit to Integer.MAX_VALUE, it causes
> following exception:
Thanks for the bug report. Could you try the patch in
https://issues.apache.org/jira/browse/SOLR-413
-Yonik