composer require maslosoft/manganel
Elastic Search Provider for Mangan MongoDB ODM
MongoDB allows us to store complex structures in database. To use it's features in object oriented fashion - Mangan Object Document Mapper (ODM) project was created.
While storing arbitrary nested sets of objects is a huge advantage compared to flat structure of relational database, searching this sets (collections) might be challenging.
Fortunatelly, ElasticSearch allows us to store similarly structured documents in full text search index.
Manganel project was created to make flawless searching and indexing of documents created and maintained by Mangan. With minimal configuration and by adding extra annotations, Manganel makes our MongoDB collection searchable with sets of state of the art features like scoring, fulltext search, fuzzy search, filtering.
- Project website
- Project Page on GitHub
- Report a Bug
- Elasticsearch
- Elasticsearch PHP official client
- MongoDB Documentation
- PHP MongoDB Driver docs
- Any help would be great :)