170
PUBLIC
© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
•
Create a full text index called “PDF_FTI” on the BLOB column “File_Content” of
table “PRESS_RELEASES”.
Create
FullText
Index
“PDF_FTI”
On
“PRESS_RELEASES”
(
“File_Content”
)
TEXT ANALYSIS
ON
CONFIGURATION
‘EXTRACTION_CORE’
;
•
Turn text Analysis on use the configuration called ‘EXTRACTION_CORE’.
•
Refer to the SAP HANA Developer Guide for the different configuration.
Implement Example
Steps to use text analysis in HANA(2/6)




