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 -> setting up Context Server

setting up Context Server

From: Olivier BRUNIAU <obruniau_at_atos-group.com>
Date: Fri, 28 May 1999 18:41:50 +0200
Message-ID: <824F4EA25713D311B1740000D11A1E052A5683@grp-nt1.segin.com>


Does anybody knows how to setup a other stopword list than the default stopword list.
My context server works fine with the default settings (english) but i can't find how to use the french (or others) stopword list. I've tried :

exec ctx_ddl.set_attribute('stemmer',4);
exec ctx_ddl.set_attribute('fuzzy_match',14);
exec ctx_ddl.create_preference('FRENCH_WL','French Word List','GENERIC WORD
LIST');
=> Work fine !

exec ctx_ddl.create_preference('MYSTOPWL','My French Stop Word List','CTXSYS.FRENCH_STOPLIST');

ERREUR à la ligne 1:
ORA-20000: ConText error:
DRG-10544: invalid framework object CTXSYS.FRENCH_STOPLIST for create preference

ORA-06512: à "CTXSYS.DRUE", ligne 180
ORA-06512: à "CTXSYS.CTX_DDL", ligne 1588
ORA-06512: à ligne 1

=> Do not work, i think that the FRENCH_STOPLIST is not installed, but
i'cant find how to install/setup

thanks for any help or experience using context ! --
Olivier Received on Fri May 28 1999 - 11:41:50 CDT

Original text of this message

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