We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301154e commit 4d75fffCopy full SHA for 4d75fff
1 file changed
Configuration/Settings.yaml
@@ -14,7 +14,7 @@ Flowpack:
14
driver:
15
version: '6.x'
16
mapping:
17
- 6.x:
+ 6.x: &v6x
18
query:
19
className: Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\Version6\Query\FilteredQuery
20
arguments:
@@ -76,3 +76,4 @@ Flowpack:
76
className: 'Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\Version6\SystemDriver'
77
nodeTypeMappingBuilder:
78
className: 'Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\Version6\Mapping\NodeTypeMappingBuilder'
79
+ 7.x: *v6x
0 commit comments