You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Chris M. Hostetter (Jira)" <ji...@apache.org> on 2020/09/15 21:19:00 UTC

[jira] [Created] (SOLR-14868) nested document 'remove' operation should "delete in place"

Chris M. Hostetter created SOLR-14868:
-----------------------------------------

             Summary: nested document 'remove' operation should "delete in place"
                 Key: SOLR-14868
                 URL: https://issues.apache.org/jira/browse/SOLR-14868
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Chris M. Hostetter


Currently, if you use the "remove" atomic update operation for nested documents, it completely re-indexes the "root" document and all remaining child documents (after logically removing the specified child and i'ts descendants)

ideally, unless this operation is combined with other atomic update operations, "remove" should be done "in place" -- just using the IndexWriter to mark the specified child document (and it's descendants) as deleted.

(The full Re-Indexing of the 'root' level document can be very slow for large deeply nested documents)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org