FT_FLY_Index_Off
Short Description: Enable/disable on-the-fly full text indexes
Description:
By default, when an agent that requires a full-text index runs against a database that does not have one, a temporary full-text index is created on the fly. This causes significant overhead for the server in direct proportion to the size of the index. To eliminate this behavior, implement the notes.ini parameter FT_FLY_INDEX_OFF=1. If there is a business need to retain the functionality of the agent's searching capability, create full-text indexes for the databases that must be searched.
Setting this parameter causes agents that require a database to be full text indexed to return the message "Warning: Agent is performing full text operations on database 'xxxxx.nsf' which is not full text indexed. This is extremely inefficient."
NOTE:
For this parameter to take effect, the Domino server must be restarted.
Values:
0 = Enable on-the-fly full text indexes
1 = Disable on-the-fly full text indexes
Default value:
None
FT_FLY_Index_Off=0 / 1
FT_FLY_Index_Off=1
There is no kown UI setting for this notes.ini variable. But you can specify this setting in the notes.ini settings tab of the configuration settings document.
Servers
6.0.2



