Text Search Plug-inの削除には,HiRDBの運用コマンド「pdplgrgst(プラグインの登録・削除)」を使用します。プラグインを削除する場合,pdplgrgstコマンド実行前に次のものを削除しておいてください。
Text Search Plug-inを削除する場合は,次の形式で実行してください。なお,文書検索プラグインを削除する場合には,n-gramインデクスプラグイン,SGMLプラグインの順に削除してください。また,文字列検索プラグインを削除する場合には,IXFREEWORDプラグイン,FREEWORDプラグインの順に削除してください。
pdplgrgst -d プラグイン定義ファイル名 PICファイル名
文書検索プラグイン | プラグイン定義ファイル名 |
---|---|
SGMLプラグイン | _phsgml.adt |
n-gramインデクスプラグイン | _phngram.idx |
文字列検索プラグイン | プラグイン定義ファイル名 |
---|---|
FREEWORDプラグイン | _phcfwd.adt |
IXFREEWORDプラグイン | _phxfwrd.idx |
文書検索プラグイン | PICファイル名 |
---|---|
SGMLプラグイン | _phsgml.pic |
n-gramインデクスプラグイン | _phngram.pic |
文字列検索プラグイン | PICファイル名 |
---|---|
FREEWORDプラグイン | _phcfwd.pic |
IXFREEWORDプラグイン | _phxfwrd.pic |
pdplgrgst -d $PDDIR/plugin/_phngram/etc/_phngram.idx ¥
$PDDIR/plugin/_phngram/etc/_phngram.pic
pdplgrgst -d $PDDIR/plugin/_phsgml/etc/_phsgml.adt ¥
$PDDIR/plugin/_phsgml/etc/_phsgml.pic
pdplgrgst -d $PDDIR/plugin/_phxfwrd/etc/_phxfwrd.idx ¥
$PDDIR/plugin/_phxfwrd/etc/_phxfwrd.pic
pdplgrgst -d $PDDIR/plugin/_phcfwd/etc/_phcfwd.adt ¥
$PDDIR/plugin/_phcfwd/etc/_phcfwd.pic
pdplgrgst -d %PDDIR%¥plugin¥_phngram¥etc¥_phngram.idx
%PDDIR%¥plugin¥_phngram¥etc¥_phngram.pic
pdplgrgst -d %PDDIR%¥plugin¥_phsgml¥etc¥_phsgml.adt
%PDDIR%¥plugin¥_phsgml¥etc¥_phsgml.pic
pdplgrgst -d %PDDIR%¥plugin¥_phxfwrd¥etc¥_phxfwrd.idx
%PDDIR%¥plugin¥_phxfwrd¥etc¥_phxfwrd.pic
pdplgrgst -d %PDDIR%¥plugin¥_phcfwd¥etc¥_phcfwd.adt
%PDDIR%¥plugin¥_phcfwd¥etc¥_phcfwd.pic