Re: Solr (v5.3.1) doesn't delete orphaned child documents

2016-03-02 Thread Mikhail Khludnev
when it indexes a document block it have to assign not a but "_root_" field, but deleteById() is unaware of it. On Wed, Mar 2, 2016 at 8:16 PM, Naeem Tahir wrote: > Hi, > > I noticed some strange behavior when deleting orphaned child > documents in Solr 5.3.1. I am indexing nested document

Solr (v5.3.1) doesn't delete orphaned child documents

2016-03-02 Thread Naeem Tahir
Hi,    I noticed some strange behavior when deleting orphaned child documents in Solr 5.3.1. I am indexing nested documents in parent/child hierarchy. When I delete a child document whose parent is already deleted previously, child document still shows up in search. I am using deleteById(