Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: interMedia doesn't find my text
You can see the tokens with
select token_text from dr$<index>$i;
I think you should also define all the others preferences, but at least LEXER, FILTER and SECTION:
create index i_test on test (text)
indextype is ctxsys.context
parameters ('lexer MY_LEXER filter MY_FILTER section group MY_SECTION
memory 20M');
Cheers
Thomas
Received on Tue Jan 22 2002 - 16:02:21 CST
![]() |
![]() |