Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> interMedia and CLOB question

interMedia and CLOB question

From: Wojciech Ozimek <ozimekw_at_friko6.onet.pl>
Date: Sat, 9 Sep 2000 14:22:04 +0200
Message-ID: <8pda1c$r7q$1@news.ipartners.pl>

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_at_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_at_name' ) but not by CONTAINS( 'Waldemar Lysiak WITHIN AUTHOR_at_name' ) or CONTAINS( 'Waldemar WITHIN AUTHOR_at_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? Received on Sat Sep 09 2000 - 07:22:04 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US