Hi,

I got a URI Too Long error and try to fix it. I'm aware of this
conversation:
http://lucene.472066.n3.nabble.com/URI-is-too-long-td4254270.html

I've tried:

Used POST instead of GET at SolrJ
Set <maxBooleanClauses>2147483647</maxBooleanClauses> at solrconfig.xml for
each cores.
Defined SOLR_OPTS="$SOLR_OPTS
-Dorg.eclipse.jetty.server.Request.maxFormContentSize=2000000" at solr.in.sh

I need to send a long query into Solr. I use Solr 7.6.0 and plan to use 8.1
whenever available.

Any ideas about how to overcome this?

Kind Regards,
Furkan KAMACI

Reply via email to