It looked like there was another issue with my query. I had too many
boolean operators (I believe maxBooleanClause property in SolrConfig.xml).
I just looped in batch of 1000 to get all the docs. Not sure if there is a
better way of handling this.

Regards,
Salman


On Wed, Feb 3, 2016 at 12:29 AM, Shawn Heisey <apa...@elyograg.org> wrote:

> On 2/2/2016 1:46 PM, Salman Ansari wrote:
> > OK then, if there is no way around this problem, can someone tell me the
> > maximum size a POST body can handle in Solr?
>
> It is configurable in solrconfig.xml.  Look for the
> formdataUploadLimitInKB setting in the 5.x configsets.  This setting
> defaults to 2048, which means 2 megabytes.
>
> Thanks,
> Shawn
>
>

Reply via email to