Search setup in AEM 6.5 | Community
Skip to main content
August 26, 2020
Solved

Search setup in AEM 6.5

  • August 26, 2020
  • 1 reply
  • 1339 views

In our project we are planning to setup search for indexing data.

Came across 2 types of elastic search 1. Elastic search and 

2. Elastic search a service.

 

What is the difference between the two?

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 Nikhil-Kumar

@lk08 

To be precise there are two types of Elastic implementation:
1. Elastic site search:
Here you have to setup the elastic server and index data using REST API calls
2. Elastic search as a Service:
This is something new that came up recently when Elastic collaborated with Swiftype. Here we have a dasboard and a login Id. Where you can login and using App ID you can index the data and see it on the dashboard. It's quite easy to use and implement.

I have written a article on second topic i.e, Elastic Search as a Service do check it out.
https://aemsimplifiedbynikhil.wordpress.com/2020/08/11/elastic-search-as-a-service-swiftype/


Thanks,
Nikhil


1 reply

Nikhil-Kumar
Community Advisor
Nikhil-KumarCommunity AdvisorAccepted solution
Community Advisor
August 26, 2020

@lk08 

To be precise there are two types of Elastic implementation:
1. Elastic site search:
Here you have to setup the elastic server and index data using REST API calls
2. Elastic search as a Service:
This is something new that came up recently when Elastic collaborated with Swiftype. Here we have a dasboard and a login Id. Where you can login and using App ID you can index the data and see it on the dashboard. It's quite easy to use and implement.

I have written a article on second topic i.e, Elastic Search as a Service do check it out.
https://aemsimplifiedbynikhil.wordpress.com/2020/08/11/elastic-search-as-a-service-swiftype/


Thanks,
Nikhil


lk08Author
August 26, 2020
Is it free or paid setup ?