FTSearchScore (NotesViewEntry - LotusScript®)

Read-only. The full-text search score of a view entry, if it was retrieved as part of a full-text search.

Defined in

NotesViewEntry

Data type

Integer

Syntax

To get: score% = notesViewEntry .FTSearchScore

Usage

The score is determined by the number of target words that are found in the entry, the term weights assigned to the target words, and any proximity operators in the search query. If the entry is not retrieved as part of a full-text search, returns 0. If the entry is retrieved using an FTSearch method on a database without a full-text index, returns an unpredictable number.

Example