Re: Atomic updates with add-distinct in Solr 7 cloud

2020-06-09 Thread Munendra S N
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

Atomic updates with add-distinct in Solr 7 cloud

2020-06-08 Thread Thomas Corthals
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