Get published content on author for SOLR index | Adobe Higher Education
Skip to main content
anjabed
Level 2
August 19, 2020
Beantwoord

Get published content on author for SOLR index

  • August 19, 2020
  • 2 reacties
  • 1492 Bekeken

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?

Er kunnen geen reacties meer worden geplaatst op dit onderwerp.
Beste antwoord door Shashi_Mulugu

@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.

2 reacties

Shashi_Mulugu
Community Advisor
Community Advisor
August 19, 2020

@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.

anjabed
anjabedAuteur
Level 2
August 20, 2020

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?

SundeepKatepally
Community Advisor
Community Advisor
August 20, 2020

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.