Leiste mit Community-Erfolgen erweitern.

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

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Re-indexing author and publish instances separately

Avatar

Level 2

Hello

As part of our upcoming deployment, CQ indexes will have to be rebuilt. On publish instances, we do a rolling reindex - bring down a publisher, reindex, start. The authors, however, are clustered, so (to my understanding), they all have to be brought down, reindexed, and brought up (master followed by slaves). Here are the questions:

1. Is it possible to bring down master, reindex, start and then do the same to slaves?

2. Is it possible to reindex publishers and authors separately? That is, can the indexes on authors and publish be different?

 

Thanks,

 

Eli

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 10

Each cluster instances has own copy of indexes. You can do reindex on any cluster nodes. It is not required to bring down all the cluster & start reindexing from master. Yes Q1 in your post is possible & also once you do on master you can copy over to slave the idea is at [1]  how to do it.

Yes you can reindex publishers and authors separately.


[1]   http://www.wemblog.com/2011/09/how-to-reindex-large-repository.html

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Level 10

Each cluster instances has own copy of indexes. You can do reindex on any cluster nodes. It is not required to bring down all the cluster & start reindexing from master. Yes Q1 in your post is possible & also once you do on master you can copy over to slave the idea is at [1]  how to do it.

Yes you can reindex publishers and authors separately.


[1]   http://www.wemblog.com/2011/09/how-to-reindex-large-repository.html

Avatar

Level 2

Thanks Sham! Very good to know.