Yes, I think it's 1024 by default. I think you can raise it in your config. But your performance may suffer.

Best would be to try and find a better way to do what you want without using thousands of clauses. This might require some custom Java plugins to Solr though.

On 2/17/2011 3:52 PM, mrw wrote:
Yeah, I tried switching to POST.

It seems to be handling the size, but apparently Solr has a limit on the
number of boolean comparisons -- I'm now getting "too many boolean clauses"
errors emanating from

org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:108).
:)


Thanks for responding.



Erik Hatcher-4 wrote:
Yes, you may use POST to make search requests to Solr.

        Erik


Reply via email to