Disable Conversation from indexing

Disable Conversation from indexing

The below query can be used to disable the conversation from being indexed:

update globalconfig set paramvalue = 'false' where category = 'ConversationIndex' AND parameter = 'Enabled';