-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF32, 6.0-HF08, 7.2
-
Fix Version/s: 5.8.0-HF33, 6.0-HF09, 7.3
-
Component/s: Elasticsearch
-
Tags:
The mapping for the binary fulltext :
"ecm:binarytext*" : { "type" : "string", "analyzer" : "fulltext" },
is not taken in account, because wildcard in field definition is not supported.
As a result the ecm:binarytext is taken as a Token, which has size limitation (see NXP-16807).
This field should indeed not be indexed as all by default, just being part of _all is enough.