We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d1934 commit 32f6dd6Copy full SHA for 32f6dd6
1 file changed
Classes/Driver/Version5/Mapping/NodeTypeMappingBuilder.php
@@ -73,7 +73,7 @@ public function buildMappingInformation(Index $index)
73
'path_match' => '__dimensionCombinations.*',
74
'match_mapping_type' => 'string',
75
'mapping' => [
76
- 'type' => 'keyword'
+ 'type' => 'text'
77
]
78
]);
79
$mapping->setPropertyByPath('__dimensionCombinationHash', [
0 commit comments