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 -> Re: interMedia doesn't find my text

Re: interMedia doesn't find my text

From: Thomas Hesse <thomas.hesse_at_team.xtra.co.nz>
Date: Wed, 23 Jan 2002 11:02:21 +1300
Message-ID: <3C4DE16D.90D4C5B1@team.xtra.co.nz>


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

Original text of this message

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