내 커뮤니티 업적 표시줄을 확대합니다.

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.