Re: Atomic update wrongly deletes child documents

2020-11-25 Thread Andreas Hubold
Thank you, I've created https://issues.apache.org/jira/browse/SOLR-15018 now. Regards, Andreas Erick Erickson wrote on 24.11.20 13:29: Sure, raise a JIRA. Thanks for the update... On Nov 24, 2020, at 4:12 AM, Andreas Hubold wrote: Hi, I was able to work around the issue. I'm now using a

Re: Atomic update wrongly deletes child documents

2020-11-24 Thread Erick Erickson
Sure, raise a JIRA. Thanks for the update... > On Nov 24, 2020, at 4:12 AM, Andreas Hubold > wrote: > > Hi, > > I was able to work around the issue. I'm now using a custom > UpdateRequestProcessor that removes undefined fields, so that I was able to > remove the catch-all dynamic field "ignore

Re: Atomic update wrongly deletes child documents

2020-11-24 Thread Andreas Hubold
Hi, I was able to work around the issue. I'm now using a custom UpdateRequestProcessor that removes undefined fields, so that I was able to remove the catch-all dynamic field "ignored" from my schema.. Of course, one has to be careful to not remove fields that are used for nested documents in the

Atomic update wrongly deletes child documents

2020-11-20 Thread Andreas Hubold
Hi, when I try to atomically update a single field of a parent/root document, all of its nested child documents disappear (Solr 8.6.3). I've tracked the problem down to the reconstruction of the original document in DistributedUpdateProcessor#getUpdatedDocument. Solr correctly finds existing