Skip to content

Commit 32f6dd6

Browse files
committed
BUGFIX: Change __dimensionCombinations.language type to text
1 parent 11d1934 commit 32f6dd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Driver/Version5/Mapping/NodeTypeMappingBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function buildMappingInformation(Index $index)
7373
'path_match' => '__dimensionCombinations.*',
7474
'match_mapping_type' => 'string',
7575
'mapping' => [
76-
'type' => 'keyword'
76+
'type' => 'text'
7777
]
7878
]);
7979
$mapping->setPropertyByPath('__dimensionCombinationHash', [

0 commit comments

Comments
 (0)