You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,16 @@ Finally, run `./flow nodeindex:build`, and add the search plugin to your page. I
35
35
*[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
36
36
*[Flowpack.SearchPlugin](https://www.neos.io/download-and-extend/packages/flowpack/flowpack-searchplugin.html): search plugin for Neos
37
37
38
-
## Elasticseearch version support
38
+
## Elasticseearch and Neos compatibility
39
39
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:
41
41
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 |
46
48
47
49
_Currently the Driver interfaces are not marked as API, and can be changed to adapt to future needs._
48
50
@@ -58,7 +60,7 @@ network.host: _local_
58
60
```
59
61
60
62
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.
0 commit comments