.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


FTSearchScore property
Example

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.

Language cross-reference

FTSearchScore property in Java ViewEntry class

Example