Get a list of databases on server that are full text indexed

How can I get a list of databases on a Domino server that shows which databases have been full text indexed?

Thanks

John

Subject: Get a list of databases on server that are full text indexed

If you look in the Catalog there is a field “DbFullTextIndexed” so it would be easy to add a new view with a column that would show the requires info

Subject: Get a list of databases on server that are full text indexed

If there isn’t already something in Domino Administrator to give you this information, then you could write a script that uses the NotesDBDirectory class methods to find all the databases, then use the IsFTIndexed property on each to identify those that are full text indexed.