Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
This may not be exactly what you're looking for, but this can be done using LotusScript and DXL today.
You can get quite a bit of information about the FTI from DXL. All of the settings and values below can be retrieved from exported DXL. These settings can be found under the "fulltextsettings" tag.
the current size of the index
the unindexed document count
case sensitive setting
include attachments setting
include encrypted fields setting
the update frequency setting
word / sentence break setting
attachment type setting
Brian Benson
https://helpsoftwareinc.com
those options are not available in Lotus Script.
Acutally controlling the FT Index settings are even not complete in the C-API SDK.
It would help to have a way at least in the admin client or thru the updall taks to modify those settings.
I have written tools to check and update FT index properties, which provide this management functionality on command line, because it was missing.
I could be good to have a way to control it out of the box at least on command-line.
( Daniel Nashed / http://blog.nashcom.de )