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

Include dc:description and note:note in ecm:fulltext search

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.9.6-SNAPSHOT
    • Fix Version/s: 6.0
    • Component/s: Elasticsearch

      Description

      The ES mapping excludes dc:description and note:note from the _all field. This is a side effect of setting the "index" parameter to "no" in the mapping. In order to correct that, the "include_in_all" setting must be explicitly set to "true".

            "dc:description" : {
               "type" : "multi_field",
               "fields" : {
                 "dc:description" : {
                   "index" : "no",
                   "include_in_all" : "true",
                   "type" : "string"
                 },
                 "fulltext" : {
                   "boost": 1.5,
                   "type": "string",
                   "analyzer" : "fulltext"
                }
              }
            }  
      

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved: