Hi guys,
It's my first time that I'm developing search on the AEM.
I'm need to create the website search. Something like that picture bellow.
Anyone give me a suggestion if is it better use SQL 2(lucene) or use SOLR?
If anyone has an site explain anything about the search in AEM 6.4 it will be welcome.
Thanks
Alisson Xavier
Solved! Go to Solution.
There are a lot of aspects attached to this kind of comprehensive end-to-end search design & solution. There are a lot of threads in this forum to help you with a lot of questions and you may ask other specific questions which are not answered. A few aspects to this solution are:
Couple of resources for reference:
There are a lot of aspects attached to this kind of comprehensive end-to-end search design & solution. There are a lot of threads in this forum to help you with a lot of questions and you may ask other specific questions which are not answered. A few aspects to this solution are:
Couple of resources for reference:
Hi Alisson,
As Gaurav mentioned, there are lot of aspects to decide on the search solution and it depends on the scope and objective of the search.
If its a simple search within AEM web application without lot of features like boosting, relevance etc, then you can implement that within AEM (lucene) using SQL2 queries. However if its more enterprise level search, then it would be suggested to use an external search engines like Solr, Search and promote, Elastic Search etc.