Command to discard Full text index?

How can I discard the Full Text index for a database with a program document or command line?

Thanx in advance.

Subject: Command to discard Full text index?

http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/1b3378487ba046cb80256e1900548307?OpenDocument

Subject: RE: Command to discard Full text index?

Hm, forgot to search the R4/5 forum…

Thanks, I will give this a try although I would rather use a smoother way to do this!

Subject: Command to discard Full text index?

you can update it with LOAD UPDALL DBNAME.NSF -F

you can rebuild it with LOAD UPDALL DBNAME.NSF -X

you can’t remove it with a command, you’d need to do that manually or with a scheduled agent