API Docs for: 0.1.0.ee3e9e64
Show:

ConcurrentModificationError Class

Thrown when an update is rejected by Solr because the _version_ contraint was not met by the server.

This error can be thrown when attempting to create a record with an ID that is already in use, or when attempting to update a document with a version that is not the newest version.

Item Index

Properties

Properties

message

String

Message from the server indicating why the update was rejected.