|
: 18 : 19 : 1 |
The only FTI properties of notesDatabase exposed to LotusScript are .FTIndexFrequency, .IsFTIndexed, .IsMultiDbSearch and .LastFTIndexed.
The methods, CreateFTIndex(), RemoveFTIndex() and UpdateFTIndex() also exist. Yet the Notes Client UI shows Count unindexed documents, Size, and the FTI settings for Case sensitivity, index breaks, index attachments and index encrypted fields.
Why are there not properties of notesDatabase called .FTISettings and methods .getFTISize() and getFTIunindexedCount(). There must be a programmable hook into these data for the IBM developers to have put these on the Notes property popup, so why not expose them to LotusScript developers?
|