Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM Site Search w/ Algolia

Avatar

Level 2

A client reached out asking about this tool + implementing into their AEM Site. Has anyone used or tried Algolia - or any thoughts on integrating with AEM? Thanks.

https://www.algolia.com/integrations

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Dear Sir,

Algolia is pretty much like Solr, you need to add data to it's index.

https://www.algolia.com/doc/paths/index-data/

You would need to write a custom replication agent to do this work for you:

AEM - How to create and implement custom Replication Agent

HowTo a Custom Replication Agent

To do the search bit, have a look at this implementation:

AEM Solr Search

Please note, you would need to modify most of the API from Solr to Algolia.

Regards,

Peter

View solution in original post

6 Replies

Avatar

Administrator

We do not have much any content on AEM-algolia.

Can you help us with the use-case?

-Kautuk



Kautuk Sahni

Avatar

Correct answer by
Community Advisor

Dear Sir,

Algolia is pretty much like Solr, you need to add data to it's index.

https://www.algolia.com/doc/paths/index-data/

You would need to write a custom replication agent to do this work for you:

AEM - How to create and implement custom Replication Agent

HowTo a Custom Replication Agent

To do the search bit, have a look at this implementation:

AEM Solr Search

Please note, you would need to modify most of the API from Solr to Algolia.

Regards,

Peter

Avatar

Community Advisor

I have done a small integration of Algolia with AEM using JAVA API, we can have React API's as well to handle the requests.
Detail information can be found on the Algolia's documentation page. You can check out my blog as well on the integration and initial setup :
https://aemsimplifiedbynikhil.wordpress.com/2020/07/15/aem-integration-algolia-java-api/

Avatar

Community Advisor
I have done a small integration of Algolia with AEM using JAVA API, we can have React API's as well to handle the requests. Detail information can be found on the Algolia's documentation page. You can check out my blog as well on the integration and initial setup : https://aemsimplifiedbynikhil.wordpress.com/2020/07/15/aem-integration-algolia-java-api/

Avatar

Community Advisor

I see this posted in 2018,
Try using Elastic search as a service, it provides dashboard and provides trial version to explore all the options.
Here you have a look at the setup for Elastic search as service.

Also you can have a look at the Algolia Site search
Which I found really awesome to work with.
Happy coding!!