Including the Matomo pakage broke Elasticsearh indexing for me, since I have a nodetype that has a height
property defined as integer.
The Flowpack.Neos.Matomo:TrackingOptOut
type defines height
as string, which breaks mapping setup:
Elasticsearch request failed.
[PUT http://localhost:9200/acmecom-1525879415/Acme-AcmeCom:Video/_mapping]:
Array
(
[root_cause] => Array
(
[0] => Array
(
[type] => illegal_argument_exception
[reason] => mapper [height] cannot be changed from type [string] to [int]
)
)
[type] => illegal_argument_exception
[reason] => mapper [height] cannot be changed from type [string] to [int]
)