Kwan-I Lee created SOLR-7914:
--------------------------------

             Summary: Improve bulk doc update
                 Key: SOLR-7914
                 URL: https://issues.apache.org/jira/browse/SOLR-7914
             Project: Solr
          Issue Type: Improvement
            Reporter: Kwan-I Lee
            Priority: Minor


One limitation of Solr index update is: given a doc update batch, if one doc 
fails, Solr aborts the full batch operation, without specifying the problematic 
doc.

This task aims to improve solr handling logic. E.g. The batch update should 
proceed, only skipping the problematic doc(s), and report those problematic doc 
ids in response.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to