Skip to content

Commit 51b889a

Browse files
committed
TASK: Add neos and elasticsearch compatibility matrix
1 parent df421e1 commit 51b889a

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,16 @@ Finally, run `./flow nodeindex:build`, and add the search plugin to your page. I
3535
* [Flowpack.SimpleSearch.ContentRepositoryAdaptor](https://www.neos.io/download-and-extend/packages/flowpack/flowpack-simplesearch-contentrepositoryadaptor.html): an alternative search backend (to be used instead of this package); storing the search index in SQLite
3636
* [Flowpack.SearchPlugin](https://www.neos.io/download-and-extend/packages/flowpack/flowpack-searchplugin.html): search plugin for Neos
3737

38-
## Elasticseearch version support
38+
## Elasticseearch and Neos compatibility
3939

40-
**HINT: this package only supports modern versions of Elasticsearch. If you need 1.x or 2.x support, please [see the 4.x branch of this repository](https://github.com/Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor/tree/4.0#elastic-version-support).**
40+
This following matrix shows the compatibility of this package to Elasticsearch and Neos versions:
4141

42-
You can switch the Elasticsearch driver by editing `Settings.yaml`
43-
(`Flowpack.ElasticSearch.ContentRepositoryAdaptor.driver.version`) with the following value:
44-
45-
* `5.x` to support Elasticsearch 5.x
42+
|CR Adapter| Neos | Elasticsearch |
43+
|----------|---------------|---------------|
44+
| 4 | 3.x, 4.x | 1.x, 2,x 5.x |
45+
| 5 | > 3.3, 4.x | 1.x, 2,x 5.x |
46+
| 6 | 5.x | 5.x |
47+
| 7 | 5.x | 6.x, 7.x |
4648

4749
_Currently the Driver interfaces are not marked as API, and can be changed to adapt to future needs._
4850

@@ -58,7 +60,7 @@ network.host: _local_
5860
```
5961
6062
There may be a need, to add specific configuration to your Elasticsearch Configuration File
61-
`<your-elasticsearch>/config/elasticsearch.yml`, , depending on your version of Elasticsearch.
63+
`<your-elasticsearch>/config/elasticsearch.yml`, depending on your version of Elasticsearch.
6264

6365
- [Elasticsearch 5.x](Documentation/ElasticConfiguration-5.x.md)
6466

0 commit comments

Comments
 (0)