Re: Apache Solr 8.11. 1 on CentOS Linux release 7.9.2009 (Core)

2022-05-29 Thread Shawn Heisey
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

RE: Create a core via SolrClient, single server

2022-05-29 Thread Clemens WYSS (Helbling Technik)
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-

SolrJ connection handling, best practice(s)?

2022-05-29 Thread Clemens WYSS (Helbling Technik)
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