-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8.0-HF16, 5.9.3
-
Component/s: Elasticsearch, Query & PageProvider
-
Impact type:API change
-
Upgrade notes:
-
Sprint:Sprint 1(5.9.3)
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
- is required by
-
NXP-15517 Fix getBinaryFulltext internal signature
- Resolved