Updated 2 March 2022
Today in this blog, we will learn “How we can successfully use the Elasticsearch for Bagisto”
Elasticsearch is a highly scalable open-source full-text search engine.
It allows you to store, search, and analyze big volumes of data very quickly. It is the fastest search engine that returns the results of the entered query in real-time.
The admin will have to go to the Config>>Scout.php, after that the admin will find the scout driver as “null” where he has to mention the ‘elastic‘ as per the below snapshot.
After that admin will go to the elastic.client.php file under the config folder where they have to mention the Elastic Host.
However, the admin will by default find the elastic host as ‘localhost:9200′ as shown in the below image.
1 |
curl -X GET 'http://localhost:9200/_cat/indices?v' |
1 |
curl -X GET 'http://localhost:9200/sample/_search' |
Note: Instead of the command line, you can also check the elastic search indexing in the browser by hitting elastic search host ex: localhost:9200
That’s all for the Elasticsearch for Bagisto, still, have any issue feel free to add a ticket and let us know your views to make the search better http://bagisto.uvdesk.com/
If you have more details or questions, you can reply to the received confirmation email.
Back to Home
How store users can get benefits by using Bagisto Elasticsearch ?