Text Indexes On Replicas

At the moment we have a replica of all our users mail files on a different Domino server. These are not regularly accesed but are constantly updated.

The users who have full text indexes on their mail files are having the same indexes created and maintained on the second server, which we don’t want or need.

Is it possible to turn off full text indexing on these databases on the 2nd server? There will be valid user mail files on this same server which must be full text indexed.

Thanks

Subject: Text Indexes On Replicas

Just remove them on the replica serverFT indexes are maintained on a db by db basis, and can be there on one replica and absent on another

Subject: disabling full text indexes on a server

There is a notes.ini parameter to disable full text indexes at the server level: Update_No_Fulltext=1If this is your disaster recovery server, it may be appropriate - I don’t know of a setting to disable indexes on a single directory.