We’re using LWWCM to maintain our website, and scheduled hourly is a full text index of the database being used in this instance.
When the indexing occurs, the http will stop responding. It’s only briefly, but enough to be troublesome.
Has anyone had an experience with this, and if so what did you do to fix it.
Secondly. Since the database is only a replica of the ‘development’ database. The development database also has a full text index. Is there anything one could do to replicate or copy the full text index of the development server, so that indexing does not have to be done on the production server?
Any help would be appreciated.