Oracle Text (MOSC)

MOSC Banner

searching email body content with oracle text

edited May 12, 2009 3:40AM in Oracle Text (MOSC) 4 commentsAnswered
 Hello all
I'm facing this tricky problem regarding oracle text 10g:
I need to index email outlook messages.

For that I've created a content index like:

execute ctx_ddl.create_preference('filter2mail', 'AUTO_FILTER');

CREATE INDEX idx_email_test ON orcl_txt_user.TEST_EMAIL(EMAIL_FILE_NAME) INDEXTYPE IS ctxsys.context
PARAMETERS ('datastore pref_email_test filter filter2mail storage orcltxt_ppm_mail_storage');

And I find out that I was able to scan the email body but not any attachment !
Then, I used the filter MAIL_FILTER

execute ctx_ddl.create_preference('filter2mail', 'MAIL_FILTER');
with the following filter configuration

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center