maslosoft/manganel

Elasticsearch for Mangan

4.0.1 2023-04-27 15:29 UTC

README

Elasticsearch for Mangan

Latest Stable Version License Scrutinizer Code Quality Code Coverage

Quick Install

composer require maslosoft/manganel

Documentation

Full Manganel Documentation

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.

Resources

Contribution needed!

  • Any help would be great :)