Re: Compatibility of Solr Cloud v8.11.1 with Zookeeper v3.8.1

2023-12-16 Thread Dmitri Maziuk
On 12/12/23 14:32, Kevin Sante wrote: Hello, We are currently using Solr cloud with solr v8.11.1 and zookeeper v3.6.1. We want to upgrade zookeeper to v3.8.1. Any compatibility issues between zk v3.8.1 with solr v8.11.1. We know the recommendation is to use Solr v9.2. However, we wonder if th

Re: my solr 8.11 is indexing 5000 only using custom code.

2023-12-16 Thread Gus Heck
Yes. see the detectChangesViaHashing option here: https://github.com/nsoft/jesterj/wiki/Scanners In any Lucene index there's not really such a thing as incremental update. When you want to do an "update" you send the whole document, and it's really a delete/insert the under the covers (there's som