Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13a8b37

Browse files
authored
Update elasticsearch.rst
1 parent 9ac0a0e commit 13a8b37

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

services/elasticsearch.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ To use it in your application, add it to ``.symfony/services.yaml``:
99
1010
# .symfony/services.yaml
1111
mysearch:
12-
# supported versions: 6.5, 7.2, 7.5, 7.6, 7.7, 7.9
13-
# 0.90, 1.4, 1.7, 2.4, 5.2 and 5.4 are also available but not
14-
# maintained upstream
15-
type: elasticsearch:7.2
12+
# supported versions: 7.5, 7.6, 7.7, 7.9
13+
# 0.90, 1.4, 1.7, 2.4, 5.2, 5.4, 6.5, 7.2 are also available but not maintained upstream
14+
type: elasticsearch:7.9
1615
disk: 1024
1716
1817
And wire it in ``.symfony.cloud.yaml``:
@@ -52,7 +51,7 @@ them, list them under the ``configuration.plugins`` key in your
5251
.. code-block:: yaml
5352
5453
mysearch:
55-
type: "elasticsearch:7.2"
54+
type: "elasticsearch:7.9"
5655
disk: 1024
5756
configuration:
5857
plugins:

0 commit comments

Comments
 (0)