You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using AWS bitnami solr v 9. The solr instance works fine for regular queries but I am getting 414 error for sending a large query to solr. I increased requrestHeadersize to 65536 on /opt/bitnami/solr/server/etc/jetty.xml but no luck - the same solution fixed the problem on my local dev instance.
The text was updated successfully, but these errors were encountered:
The Bitnami SOLR VM includes Apache that proxies the requests to SOLR. You will need to increase the LimitRequestLine value inside the SOLR's virtual host under /opt/bitnami/apache/vhosts and restart the services after applying the changes
Describe your issue as much as you can
Hi,
I am using AWS bitnami solr v 9. The solr instance works fine for regular queries but I am getting 414 error for sending a large query to solr. I increased requrestHeadersize to 65536 on /opt/bitnami/solr/server/etc/jetty.xml but no luck - the same solution fixed the problem on my local dev instance.
The text was updated successfully, but these errors were encountered: