- Issue created by @mlahde
- Status changed to Closed: works as designed
about 1 year ago 1:13pm 25 September 2023 - 🇱🇻Latvia maijs
I believe the old revisions are being re-indexed because Drupal changes the author for every revision to strip any reference to the user being removed. It's a side effect of Drupal/ESH cohesion.
It really comes down to Elasticsearch index plugins that do the actual indexing. Ideally, it should only index entities that are published. In that case no revision without a published state would be indexed.
Given the that fact that Elasticsearch Helper doesn't provide any index plugins on its own, I'm marking this as works as designed.