Implementing a search engine with elasticsearch and Symfony.
In this repository, every branch holds a separate example project except the main branch. Please check the projects section for more details.
Branch | Package | Symfony Version | PHP Version |
---|---|---|---|
strangebuzz | "friendsofsymfony/elastica-bundle": "^5.2" |
5.x |
^7.2 |
ourcodeworld | "friendsofsymfony/elastica-bundle": "v6.0.0-beta3" |
5.x |
^7.2 |
storagecat | "friendsofsymfony/elastica-bundle": "^5.2" |
5.x |
^7.2 |
stefan-poeltl-medium | "elasticsearch/elasticsearch": "^7.13" |
5.x |
^7.2 |
afsy | "ruflin/elastica": "^7.1" |
5.x |
^7.2 |
yusufbiberoglu-medium | "friendsofsymfony/elastica-bundle": "^5.2" |
5.x |
^7.2 |
Implementing a search engine with elasticsearch and Symfony
Code: https://github.com/habibun/symfony-elasticsearch/tree/strangebuzz
Resources:
git clone [email protected]:habibun/symfony-elasticsearch.git
cd symfony-elasticsearch
git checkout strangebuzz
git pull origin strangebuzz
symfony composer install
Search engine with Elasticsearch 7 and FOSElasticaBundle in Symfony 5
Code: https://github.com/habibun/symfony-elasticsearch/tree/ourcodeworld
Resources:
git clone [email protected]:habibun/symfony-elasticsearch.git
cd symfony-elasticsearch
git checkout ourcodeworld
git pull origin ourcodeworld
symfony composer install
Symfony meets Elasticsearch
Code: https://github.com/habibun/symfony-elasticsearch/tree/storagecat
Resources:
git clone [email protected]:habibun/symfony-elasticsearch.git
cd symfony-elasticsearch
git checkout storagecat
git pull origin storagecat
symfony composer install
Symfony meets Elasticsearch — Implement a search as you type feature
Code: https://github.com/habibun/symfony-elasticsearch/tree/stefan-poeltl-medium
Resources:
git clone [email protected]:habibun/symfony-elasticsearch.git
cd symfony-elasticsearch
git checkout stefan-poeltl-medium
git pull origin stefan-poeltl-medium
symfony composer install
Integrate Elasticsearch 6 into your Symfony 4 application
Code: https://github.com/habibun/symfony-elasticsearch/tree/afsy
Resources:
git clone [email protected]:habibun/symfony-elasticsearch.git
cd symfony-elasticsearch
git checkout afsy
git pull origin afsy
symfony composer install
Symfony Search Engine with Elasticsearch
Code: https://github.com/habibun/symfony-elasticsearch/tree/yusufbiberoglu-medium
Resources:
git clone [email protected]:habibun/symfony-elasticsearch.git
cd symfony-elasticsearch
git checkout yusufbiberoglu-medium
git pull origin yusufbiberoglu-medium
symfony composer install
Distributed under the MIT License. See LICENSE for more information.