Skip to content

Commit 4d75fff

Browse files
committed
TASK: Add mapping for Elasticsearch 7.x to settings
Fixes #366
1 parent 301154e commit 4d75fff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Configuration/Settings.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Flowpack:
1414
driver:
1515
version: '6.x'
1616
mapping:
17-
6.x:
17+
6.x: &v6x
1818
query:
1919
className: Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\Version6\Query\FilteredQuery
2020
arguments:
@@ -76,3 +76,4 @@ Flowpack:
7676
className: 'Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\Version6\SystemDriver'
7777
nodeTypeMappingBuilder:
7878
className: 'Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\Version6\Mapping\NodeTypeMappingBuilder'
79+
7.x: *v6x

0 commit comments

Comments
 (0)