Replicating a lucene index | Community
Skip to main content
Level 4
August 21, 2018
Solved

Replicating a lucene index

  • August 21, 2018
  • 5 replies
  • 2750 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by leoberliant

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

5 replies

BenSt10Author
Level 4
August 21, 2018

I should also mention we're on 6.2

leoberliantAdobe EmployeeAccepted solution
Adobe Employee
August 21, 2018

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

smacdonald2008
Level 10
August 21, 2018

Thanks Leo for the great response.

BenSt10Author
Level 4
August 21, 2018

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

joerghoh
Adobe Employee
Adobe Employee
August 21, 2018

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