Thursday, September 4, 2008

FAST ESP : Delete the Indexed Document

Sometimes Documents remain in the index even after We have deleted the collection.We can delete these remaining documents from the index without deleting documents from other collections.

Please do the following to delete the Indexed Documents from the Collection :

1. Run %FASTSEARCH%\bin\rtsinfo
>
allids.txt

2. Run sed.exe “s/ -.*//g” < allids.txt > killthis.txt

3. Run %FASTSEARCH%\bin\rtsadmin
rdocs killthis.txt


Notes : After FAST 4.0.x Only Support