내 커뮤니티 업적 표시줄을 확대합니다.

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

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor
2 답변 개

Avatar

정확한 답변 작성자:
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