LOTUSSCRIPT/COM/OLE CLASSES


Examples: FTSearchScore property
1. This script performs a full-text search to filter the By Category view of the current database. It then gets the full-text search score of the first document in the view and puts it into the variable score. For example, FTSearchScore returns 80.
2. This script performs a full-text search on the current database and places any document whose full-text search score is greater than 90 into a folder.
See Also