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
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