コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Get published content on author for SOLR index

Avatar

Level 3

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?

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

@anjabed what are using solar for, is it for AEM author or for website search.

 

If AEM author search? Then it will index the latest change only right not last published.

 

If that AEM websites search, please remove indexing from author and configure it in publisher.

 

If you want both, create multiple solar instances and configure it accordingly.

元の投稿で解決策を見る

3 返信

Avatar

正解者
Community Advisor

@anjabed what are using solar for, is it for AEM author or for website search.

 

If AEM author search? Then it will index the latest change only right not last published.

 

If that AEM websites search, please remove indexing from author and configure it in publisher.

 

If you want both, create multiple solar instances and configure it accordingly.

Avatar

Level 3

Hi Shashi_Mulugu,

 

we use it for AEM websites search.

Because documentation says installation on author we did it.

 

So as I understand the only solution is to move it to publish instance. But we have two. So as I understand I have to configure it only on one of the publish instances, right?

Avatar

Community Advisor

if you want to delete old and create a new one , only option is to create index from publish instance for the first time after the subsequence update operations will be handled from Author.

 

There is no way , to get the last published content from author instance , considering the delta updates will be done by author after the last published content.