FTSearchScore (ViewEntry - Java™)
Read-only. The full-text search score of a view entry, if it was retrieved as part of a full-text search.
Defined in
Data type
int
Syntax
public int getFTSearchScore()
throws NotesException
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 entries are 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.