Hi Everyone,
I am new to implementing site search feature in our site in AEM, it should have autosuggest feature,fast and should be able to search in documents also apart from content in site, can anyone suggest me the possible approaches for this, and how much is it benefitial to implement any external search like ElasticSearch in AEM
Thanks for your help
Regards
Pallavi
Solved! Go to Solution.
Views
Replies
Total Likes
Pallavi Singh wrote...
Hi , Thanks for your response
I have one doubt if AEM already provides Site Search Out of the box component then what is the need of implementing external search like Elastic Search, if we can customize existing provided search components. Is there any performance related difference using AEM Out of box and external searches?
If you wanted to do Federated search, then you should do that with an external search engine, you don't want to be pulling content from other sites into AEM to do federated search. If you wanted to do semantic or natural language search, then you would need an external search engine(there are some other features not available with OOTB search).
External search engines are good if all the content is public, as enabling ACL's can become complicated and take time, if you use the OAKSOLR integration, then this does apply ACL's to solr content.
With an external search engine, you obviously have the latency of making a call to the external search engine and pulling the results, depending on the network latency, this may or may not be an issue for you.
Regards,
Opkar
Views
Replies
Total Likes
To search on a site - you can create a Search component - see:
https://docs.adobe.com/docs/en/cq/5-6-1/howto/website.html#Creating the Search Component
Using ElasticSearch is a good approach too. Here is a good community article on this:
Views
Replies
Total Likes
The AEM 6.2 documentation is :- https://docs.adobe.com/docs/en/aem/6-2/develop/the-basics/website.html#Creating the Search Component
You can use Solr as well :- https://helpx.adobe.com/experience-manager/using/aem_solr.html
I hope this would help you.
~kautuk
Views
Replies
Total Likes
Hi , Thanks for your response
I have one doubt if AEM already provides Site Search Out of the box component then what is the need of implementing external search like Elastic Search, if we can customize existing provided search components. Is there any performance related difference using AEM Out of box and external searches?
Views
Replies
Total Likes
Here is a great community artilce -- https://www.linkedin.com/pulse/where-do-lucene-solr-elasticsearch-fit-aem-platform-search-ramar
Views
Replies
Total Likes
Adding one more reference here on top of what scoot has shared:
// Advantages of Solr over Adobe CQ's / AEM's Lucene Integration
Apart from the above,some information that i was able to accumulate from internal experts are :
I hope this would be helpful to you.
~kautuk
Views
Replies
Total Likes
Pallavi Singh wrote...
Hi , Thanks for your response
I have one doubt if AEM already provides Site Search Out of the box component then what is the need of implementing external search like Elastic Search, if we can customize existing provided search components. Is there any performance related difference using AEM Out of box and external searches?
If you wanted to do Federated search, then you should do that with an external search engine, you don't want to be pulling content from other sites into AEM to do federated search. If you wanted to do semantic or natural language search, then you would need an external search engine(there are some other features not available with OOTB search).
External search engines are good if all the content is public, as enabling ACL's can become complicated and take time, if you use the OAKSOLR integration, then this does apply ACL's to solr content.
With an external search engine, you obviously have the latency of making a call to the external search engine and pulling the results, depending on the network latency, this may or may not be an issue for you.
Regards,
Opkar
Views
Replies
Total Likes
I see this posted in 2017,
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!!
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies