Get published content on author for SOLR index
We have a 6.4.4 AEM instance and configured a external solr search. But we have the problem that not every update (add or delete) changes the solr index. We could not find out why. So after some time the index becomes out of date. Our solution is to delete the old index and create a new.
The index is created on author as the documentation says. That works fine for changes (add and delete) but not for creating a new index. In cases where pages are in status acivated but where change after activation the changed content is in the index and not the content which is published.
So is there any possibility to get the last published content of a page on author?