Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-16838

Fix Elasticsearch ecm:binarytext mapping

    XMLWordPrintable

    Details

    • 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

      Description

      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.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: