Details

    • Impact type:
      API change
    • Upgrade notes:
      Hide

      New API CoreSession.getBinaryFulltext() returning a mapping of binary index field to text.

      Show
      New API CoreSession.getBinaryFulltext() returning a mapping of binary index field to text.
    • Sprint:
      Sprint 1(5.9.3)

      Description

      The json ES export does not contain the fulltext field at the moment.
      This means that we can not search on existing binary text (the simple text part is indexed and accessible in the _all field).

      Either we change the fulltextUpdater to save this info into ES.
      Either we extend the core and dialect api to be able to retrieve the fulltext from the db.

      Only the second option enable a fast initial import.

      -> There is now a core API getBinaryFulltext() that return a mapping of binary fieldname/value

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved: