On 5/28/2022 10:19 PM, Kaushal Shriyan wrote:
I am running Apache Solr 8.11.1 on CentOS Linux release 7.9.2009 (Core)
using zookeeper to make it highly available. I have a couple of questions.
1. Is there a performance tuning to be carried out as I am using the
default settings?
Withou
Given a connection to Solr ( e.g. adminSolrConnection )
CoreAdminRequest.Create createCoreRequest = new CoreAdminRequest.Create();
createCoreRequest.setCoreName( coreName );
createCoreRequest.process( adminSolrConnection );
On 2022/05/25 21:25:09 Christopher Schultz wrote:
> All,
>
> I have a non-
We have a non clustered single (8.x) Solr server setup and use SolrJ to connect
our tomcat to the Solr server. Under high load (e.g. last black friday) we face
a bottleneck due to our webapp-search-requests. Calls to solr take seconds,
dangling http-connecitons, ...
Firing the same ( or even way