Skip to content

Implementing a search engine with elasticsearch and Symfony

License

Notifications You must be signed in to change notification settings

habibun/symfony-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

About The Project

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.

Overview

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

Projects

Implementing a search engine with elasticsearch and Symfony

Code: https://github.com/habibun/symfony-elasticsearch/tree/strangebuzz
Resources:


Installation

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:


Installation

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:


Installation

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:


Installation

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:


Installation

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:


Installation

git clone [email protected]:habibun/symfony-elasticsearch.git
cd symfony-elasticsearch
git checkout yusufbiberoglu-medium
git pull origin yusufbiberoglu-medium
symfony composer install

Learn More

License

Distributed under the MIT License. See LICENSE for more information.

About

Implementing a search engine with elasticsearch and Symfony

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published