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

Fix fulltext indexing for binaries when multiple indexes are defined

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 5.8
    • Fix Version/s: 5.8.0-HF10, 5.9.3
    • Component/s: Core

      Description

      Configure several indexes that will index blobs

        <index name="global">
          <field>dc:title</field>
          <field>dc:description</field>
          <fieldType>blob</fieldType>
        </index>
        <index name="specific">
          <fieldType>blob</fieldType>
        </index>
      

      Only the global index will be filled.

      After the first FulltextUpdaterWork is run, the jobId is reset and then no document will match the jobId used to create the work. As a consequence the other indexes will not be updated.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved: