Hello community,
I'm trying to set up a full text index on a table with a BLOB column. The table is a copy of the SAP STXL table.
The column CLUSTD is defined in the Data Dictionary as LRAW, which correponds to a BLOB in the database.
When I create the full text index, the binary data is not extracted to plain text.
The $TA table is also garbage.
I've tried to use the mime type Parameter when creating the index.
When I use application/x-abap-rawstring or application/x-cscompr, I get different results, but all of them useless.
Am I missing something here?
Any help would be greatly appreciated.
Regards,
Rob