Details
-
Bug
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
8.5, 8.5.1, 8.5.2
-
None
-
None
Description
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");