Expand my Community achievements bar.

SOLVED

Replicating a lucene index

Avatar

Level 5

I have an index at /oak:index/newsSearch that works great, however, I can't figure out how to get it up on my publishers.

I don't have direct access to the publishers and don't trust my sysadmins to configure the index there (especially over multiple publishers)--they also don't trust me with credentials on the publisher.

How can I replicate this index? Tree activation and building a package don't seem to work, nor does replicating in crx de lite.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee

You can use CRXDe to replicate the index. See an example:

1553601_pastedImage_0.png

View solution in original post

5 Replies

Avatar

Level 5

I should also mention we're on 6.2

Avatar

Correct answer by
Employee

You can use CRXDe to replicate the index. See an example:

1553601_pastedImage_0.png

Avatar

Level 10

Thanks Leo for the great response.

Avatar

Level 5

Thanks. I don't know why I didn't think this worked. In my defense it was late.

Avatar

Employee Advisor

Test it upfront. And also be aware that at the time the index is replicated to the publishs, the publishs will start immediately with reindexing, which is typically a performance hit.

You could also package the the index definition  or work with EnsureOakIndex (ACS AEM Commons) to decouple deployment of the index definition with its application and the index rebuild.

regards,

Jörg