Hi - I'm using SolrCloud 7.3.1 and calling a search from Java using:

org.apache.solr.client.solrj.response.QueryResponse response = CloudSolrClient.query(ModifiableSolrParams)

If the ModifiableSolrParams are long, I get an error:
<h1>Bad Message 414</h1><pre>reason: URI Too Long</pre>

I have the maximum number of terms set to 1024 (default), and I'm using about 500 terms.  Is there a way around this?  The total query length is 10,131 bytes.

Thank you!

-Joe

Reply via email to