From: "Wojciech Ozimek" <ozimekw@friko6.onet.pl>
Newsgroups: comp.databases.oracle.server
Subject: interMedia and CLOB question
Date: Sat, 9 Sep 2000 14:22:04 +0200
Organization: Internet Partners
Lines: 36
Message-ID: <8pda1c$r7q$1@news.ipartners.pl>
NNTP-Posting-Host: 195.94.193.122
X-Trace: news.ipartners.pl 968502124 27898 195.94.193.122 (9 Sep 2000 12:22:04 GMT)
X-Complaints-To: abuse@ipartners.pl
NNTP-Posting-Date: 9 Sep 2000 12:22:04 GMT
X-Newsreader: Microsoft Outlook Express 5.00.2919.6700
X-MSMail-Priority: Normal
X-Priority: 3
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700


Where can I find information about the meaning of column TOKEN_TYPE in table
DR$<index_name>$I?

Till now I know that

0 = word

2 = tag

5 = tag@attribute

But what does mean "4"?

After indexing CLOB column with interMedia some words are not recognized as
"WORDS".

For example:

<AUTHOR name="Waldemar Lysiak"/>

I can find document by CONTAINS( 'Lysiak WITHIN AUTHOR@name' ) but not by
CONTAINS( 'Waldemar Lysiak WITHIN AUTHOR@name' ) or CONTAINS( 'Waldemar
WITHIN AUTHOR@name' ).

I checked, that token "WALDEMAR" has type "4" and "LYSIAK" has type "0". The
same is with all such tokens with type "4" - I have big problems with
searching them.

Does anyone have similar problems and knows the solution?








