-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.10, 8.3
-
Component/s: Elasticsearch, Query & PageProvider
When creating a version of an already versionned document.
The new version has a isLatestVersion=1 and the previous version is updated with isLatestVersion=0, so there is only one version marked with the last version flag.
The update of the previous version is not propagated to the ES index, as a result there are multiple versions of the document with isLatestVersion=1.
This should be fixed by reindexing the previous last version of the document.
Note that a reindex all fix the problem.
- is required by
-
NXP-20496 Too many docs with cmis:isLatestVersion=true when using Elasticsearch
- Resolved