I have been manipulating a lot of content recently working on FAST search as I had to delete from or load to the FAST index frequently. There is no way to delete multiple documents from the FAST index using the FAST admin UI (though you can delete one document at a time.) It’s possible to delete multiple documents using the command line but I thought it was easier for me to use this small tool I built to quickly paste in my document IDs and delete them when I needed to.
I thought that might be useful to some people; you can find the code here and feel free to modify or build from it to fit your needs.
I thought that might be useful to some people; you can find the code here and feel free to modify or build from it to fit your needs.