Oracle8i interMedia Text Reference Release 2 (8.1.6) Part Number A77063-01 |
|
CTX_DDL Package, 16 of 24
Drops a stoplist from the Text data dictionary.
CTX_DDL.DROP_STOPLIST(stoplist_name in varchar2);
Specify the name of the stoplist.
The following code drops the stoplist mystop
:
begin ctx_ddl.drop_stoplist('mystop'); end;
When you drop a stoplist, you must recreate or rebuild the index for the change to take effect.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|