How to determine best-fit search engine with AEM 6.3 | Community
Skip to main content
cquser1
Level 7
October 24, 2017
Solved

How to determine best-fit search engine with AEM 6.3

  • October 24, 2017
  • 1 reply
  • 975 views

Hi All,

In one of AEM-SOLR integrations that I have seen, wherein full text search along with property based search is being done. Basically at a very high level, via querybuilder we are getting list of all the page in the system. Based on certain criteria, certain pages are excluced and all of that data is put into SolrInputDocument and that is added to SolrClient[cloud based or whatever].

My query is, whatever is the external search engine used, basically we will always be doing something similar.

1] Get the required data from AEM.

2] Pass it onto the external search engine.

So, if there is any evaluation to be done to decide on the external search engine to be used, what is it on AEM end that needs to be considered.

Any thoughts on this will be helpful.

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 smacdonald2008

Here is a good presentation that may help you: Basics of Solr and Solr Integration with AEM6

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 24, 2017

Here is a good presentation that may help you: Basics of Solr and Solr Integration with AEM6