R: SolrCloud availability when a server is down

2024-01-09 Thread Facchin Umberto
Thanks a lot to everyone My component is in Net7 e I don't use any solrclient, so I think i will implement a simple round-robin schedule in my software for a simple failover. Your answers cleaned my doubts Umberto Facchin Servizi e sistemi per ambiente, territorio e agricoltura Divisione Pubbli

Re: SolrCloud availability when a server is down

2024-01-09 Thread Shawn Heisey
On 1/8/24 10:32, Facchin Umberto wrote: If server2 or server3 are down everything continues to work (even the updates), but if server1 is down then everything stops, obviously. Solr has no features to get around this. What you need is something that manages a virtual IP address among multipl

SolrJ with Spring Boot 3.2

2024-01-09 Thread Dario.Viva
Hello Everyone at Solr This Email is possibly a duplicate, but as I did not find my Mail appear in the archives the first time I'm sending it a second time. Today I wanted to bump the Spring Boot version from 3.1.7 to 3.2.1. With the first Version my application just worked, but now I get the

Re: SolrJ with Spring Boot 3.2

2024-01-09 Thread Shawn Heisey
On 1/9/24 10:14, dario.v...@coop.ch wrote: Hello Everyone at Solr This Email is possibly a duplicate, but as I did not find my Mail appear in the archives the first time I'm sending it a second time. Today I wanted to bump the Spring Boot version from 3.1.7 to 3.2.1. With the first Version my

Re: Optimize latency of queries with facets

2024-01-09 Thread Mirko Sertic
Hi David, I'm following this topic. Would you please elaborate a little bit why docValues on a boolean field might be a bad idea? Is this specific to a Solr major release, or more a general concern? Do you have a documentation link to share? We were told that docValues should be enabled on fac