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
- Host: GitHub
- URL: https://github.com/Flowpack/Flowpack.ElasticSearch
- Owner: Flowpack
- License: mit
- Created: 2013-10-11T08:55:29.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T07:22:01.000Z (11 months ago)
- Last Synced: 2025-03-30T05:03:15.929Z (10 months ago)
- Topics: elasticsearch, flowframework
- Language: PHP
- Homepage:
- Size: 342 KB
- Stars: 34
- Watchers: 12
- Forks: 41
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)