Description
Currently in SolrIndexEditor#childNodeDeleted the path of the document(s) to be deleted is not escaped correctly (only slashes are actually escaped) while it should escaped the same way it is done in SolrQueryIndex#partialEscape when building the query string.
fixed in r1582648