AEM6.5 Solar Integartion | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

sunil_kumar_
New Participant
February 14, 2023

Hi @divanshjohndigital ,
Integration of Solr and AEM standalone is very simple and straight forward. All the high level API are provided by Solr  in ready to use OSGi bundle. You just need to add to your project as dependency and deploy to AEM.

If you are interested, leaving you with video tutorials for basic integration.

 https://www.youtube.com/watch?v=4I8SVocqu90&list=PLEaEQSM_Y4tnVITCJ_fsefUT0c7Ex0cdw

Manu_Mathew_
Manu_Mathew_Accepted solution
New Participant
February 13, 2023
New Participant
February 13, 2023

Hi @manu_mathew_ 

Great Article!! Thanks a lot for this sample code .

 

 

Jagadeesh_Prakash
New Participant
February 13, 2023

@divanshjohndigital : Please refer to below document

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/deploying/queries-and-indexing.html#configuring-aem-with-a-single-remote-solr-server

 

But if you are expecting a solr cloud integration with AEM cloud then their might be challange . The last time when i tried update was that solr cloud is not comptable with AEMaaCS. 

 

So i recommand if you are using AEMaaCS go for integration with solr standalone solution.

New Participant
February 13, 2023

Hi @jagadeesh_prakash 

Thanks for ur quick reply.