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 stockii <st...@googlemail.com> on 2011/03/30 09:33:50 UTC

Form too large ...

Hello.

i get sometimes much results, and solr or jetty give me the error.
"EVERE: java.lang.IllegalStateException: Form too large1787345>1000000"
numfound ist 94000, not really much, but i get the a double-value from each
doc and calculate the sum over php. when i put the query into browser, a
download of a file getting startet.


i dont want to set this
"org.mortbay.http.HttpRequest.maxFormContentSize=500000"

is it possible to return the response in other wise ? 
can i cache or save a part of the result in solr ? i.e. : get the first 10K
docs, and then the next 10K docs. so that resultXM isnt so big !?


-----
------------------------------- System ----------------------------------------

One Server, 12 GB RAM, 2 Solr Instances, 7 Cores, 
1 Core with 31 Million Documents other Cores < 100.000

- Solr1 for Search-Requests - commit every Minute  - 5GB Xmx
- Solr2 for Update-Request  - delta every Minute - 4GB Xmx
--
View this message in context: http://lucene.472066.n3.nabble.com/Form-too-large-tp2752676p2752676.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Form too large ...

Posted by Dmitry Kan <dm...@gmail.com>.
*start*: The offset to start at in the result set. This is useful for
pagination.


On Wed, Mar 30, 2011 at 10:33 AM, stockii <st...@googlemail.com>wrote:

> Hello.
>
> i get sometimes much results, and solr or jetty give me the error.
> "EVERE: java.lang.IllegalStateException: Form too large1787345>1000000"
> numfound ist 94000, not really much, but i get the a double-value from each
> doc and calculate the sum over php. when i put the query into browser, a
> download of a file getting startet.
>
>
> i dont want to set this
> "org.mortbay.http.HttpRequest.maxFormContentSize=500000"
>
> is it possible to return the response in other wise ?
> can i cache or save a part of the result in solr ? i.e. : get the first 10K
> docs, and then the next 10K docs. so that resultXM isnt so big !?
>
>
> -----
> ------------------------------- System
> ----------------------------------------
>
> One Server, 12 GB RAM, 2 Solr Instances, 7 Cores,
> 1 Core with 31 Million Documents other Cores < 100.000
>
> - Solr1 for Search-Requests - commit every Minute  - 5GB Xmx
> - Solr2 for Update-Request  - delta every Minute - 4GB Xmx
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Form-too-large-tp2752676p2752676.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 
Regards,

Dmitry Kan