Ivan Djurasevic created SOLR-14631:
--------------------------------------

             Summary: Can't perform atomic update if document doesn't exists in 
collection
                 Key: SOLR-14631
                 URL: https://issues.apache.org/jira/browse/SOLR-14631
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: update, UpdateRequestProcessors
    Affects Versions: 8.5.2, 8.5.1, 8.5
            Reporter: Ivan Djurasevic


If client try to perform atomic update on document which doesn't exists and 
query params contain _route_ param,   DistributedUpdateProcessor throws next 
exception: 

throw new SolrException(ErrorCode.BAD_REQUEST,
 "Could not find document id=" + idString +
 ", perhaps the wrong \"_route_\" param was supplied");



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to