Expand my Community achievements bar.

Adobe Summit is live! Tune in to take part in the premier digital experience event.
SOLVED

Integrtion of solr search with AEM As Cloud

Avatar

Level 2

I am new to AEM .Trying to do integration of AEM As cloud with External Solr but here am trying to add dependency of solrj and zookeeper  those dependency are not getting resolved. Is there any idea how we can do integration AEM as cloud .which dependency versions supported by cloud? If yes then how? your suggestions will be helpful.

 

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
2 Replies

Avatar

Correct answer by
Community Advisor

Avatar

Community Advisor

@prachiat The following dependency versions should get you through with AEM as cloud service

 

<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.solr-solrj</artifactId>
<version>7.7.1_1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.noggit</artifactId>
<version>0.8_1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.6.2</version>
<scope>provided</scope>
</dependency>

 

A detailed step by step process is outlined here - https://medium.com/@toimrank/solr-integration-with-aem-java-e88dabb513cb