An open API service indexing awesome lists of open source software.

https://github.com/Flowpack/Flowpack.ElasticSearch

Elasticsearch support for Flow / Neos
https://github.com/Flowpack/Flowpack.ElasticSearch

elasticsearch flowframework

Last synced: 10 months ago
JSON representation

Elasticsearch support for Flow / Neos

Awesome Lists containing this project

README

          

# Flow Framework ElasticSearch Integration

_Supporting Elasticsearch versions 6.x, 7.x and 8.x.

This project connects the Flow Framework to Elasticsearch; enabling two main functionalities:

- Full-Text Indexing of Doctrine Entities
- Index configuration based on Annotations

Related package:

- [Flowpack.ElasticSearch.ContentRepositoryAdaptor](https://github.com/Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor): An adapter to support the Neos Content Repository
indexing and searching

More documentation:

- [General Documentation](Documentation/Index.rst)
- [How to index your own model ?](Documentation/Indexer.rst)
- [Add custom Transformer](Documentation/Indexer.rst)