ExpungeDelete only deletes segments with > 10% deleted documents. Since you’re
using Solr 8.4, you can use an optimize and that’ll get rid of all your
documents.
However, none of this is really relevant if you only change a single doc.
Deleting a field only affects that single document, actuall
How do you do the atomic updates? I discovered a bug when doing them via DIH or
Scriptupdateprocessor (only this one! The atomic one is fine) that leads to
infinite index growth when doing atomic updates
> Am 10.03.2020 um 13:28 schrieb Kayak28 :
>
> Hello, Community:
>
> Currently, my index
Hello, Community:
Currently, my index grows up to almost 1T, and I would like to minimize my
index.
I know I have a few fields that are not used or rarely used, so I want to
delete them.
I have tried to delete these fields by the atomic update, sending the
following JSON for example.
{
"id":"1",