Elasticsearch integreation with AEM SDK(i.e. aem-sdk-2023.1.10675.20230113T110236Z-220900) | Community
Skip to main content
March 8, 2023
Solved

Elasticsearch integreation with AEM SDK(i.e. aem-sdk-2023.1.10675.20230113T110236Z-220900)

  • March 8, 2023
  • 2 replies
  • 761 views

Hello Team,

We are trying to integrate Elasticsearch with AEM SDK version aem-sdk-2023.1.10675.20230113T110236Z-220900. 

We have created  external bundle with the JARs elasticsearch-rest-client,elasticsearch,elasticsearch-rest-high-level-client and uploaded in AEM then we got various NoClassDefFound errors like httpclient , httprequest, SSLHandshake Exception..  and we have uploaded jar by downloading from maven repository.

Could you please help us what is the best practice to integrate Elasticsearch with AEM SDK?

Thank you.

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 Jagadeesh_Prakash

@srikanth-keshapaga  Please refer to below blog and check if you are doing it right 

https://medium.com/@vinodh.sampath/site-search-with-es-and-aem-3086f8154bef

 

2 replies

Level 3
March 10, 2023

You can check for dependency errors in your core bundle, first, go to /system/console/bundles and search for your bundle and there you can see the imports which are not found in AEM.

then go to http://localhost:4502/system/console/depfinder and search for that class, if the bundle is present in AEM it will give you the dependency you need to add in your core pom.xml

Jagadeesh_Prakash
Community Advisor
Jagadeesh_PrakashCommunity AdvisorAccepted solution
Community Advisor
March 10, 2023

@srikanth-keshapaga  Please refer to below blog and check if you are doing it right 

https://medium.com/@vinodh.sampath/site-search-with-es-and-aem-3086f8154bef