Re: Remove duplicates in destination of copy field

2023-10-24 Thread Mónica Marrero
Thank you, Hoss. It works well. Best, Mónica On Fri, 20 Oct 2023 at 20:55, Chris Hostetter wrote: > > copyField -- at a schema level -- is a very low level operation that > happens at the moment the documents are being added to the index (long > after he update processor chains are run) > > Mo

Re: Remove duplicates in destination of copy field

2023-10-20 Thread Chris Hostetter
copyField -- at a schema level -- is a very low level operation that happens at the moment the documents are being added to the index (long after he update processor chains are run) More complicated logic and/around copying values from one field to another as part of an update processor chain

Remove duplicates in destination of copy field

2023-10-16 Thread Mónica Marrero
Dear community, We have duplicated content in some multi-valued fields used as destination of the copy field clause. I have tested the *UniqFieldsUpdateProcessorFactory* to see if it would remove this duplicated content automatically, but it does not work for the copied content. For example, if I