Re: Copy Field Enhancements

2021-11-04 Thread David Smiley
Nested/child documents in Solr has been an evolutionary process, and it shows. If it were designed from the beginning, there would be first-class support for this in the schema, perhaps by having fields grouped by some notion of a document type, and then copyFields would be there as well. It's nev

Re: Copy Field Enhancements

2021-10-23 Thread Gus Heck
One option for more complex copy cases is CloneFieldUpdateProcessorFactory, if regexes will do the trick, if not you can probably create a custom processor that extends FieldMutatingUpdateProcessorFactory. On Sat, Oct 23, 2021 at 9:44 AM Thomas Wöckinger < thomas.woeckin...@gmail.com> wrote: > Hi

Copy Field Enhancements

2021-10-23 Thread Thomas Wöckinger
Hi! Currently it is not possible to add additional conditions on copying a source to a destination field. But when using Nested documents there is often the case that objects in different hierarchies share the same field because they have the same type and name. Think of a common field name like