Replicating a lucene index | Adobe Higher Education
Skip to main content
Level 4
August 21, 2018
Beantwortet

Replicating a lucene index

  • August 21, 2018
  • 5 Antworten
  • 2750 Ansichten

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

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von leoberliant

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

5 Antworten

BenSt10Autor
Level 4
August 21, 2018

I should also mention we're on 6.2

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.

BenSt10Autor
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