While checking this, I encountered a bug in master. Since you have
mentioned that it works in Solr 8, the bug might be unrelated to your issue.
I have raised a ticket to track this
https://issues.apache.org/jira/browse/SOLR-14550 to track the bug
Regards,
Munendra S N
On Mon, Jun 8, 2020 at 9:1
Hi
I'm trying to do atomic updates with an 'add-distinct' modifier in a Solr 7
cloud. It seems to behave like an 'add' and I end up with double values in
my multiValued field. This only happens with multiple values for the field
in an update (cat:{"add-distinct":["a","b","d"]} exhibits this
proble