RefreshFullText property (NotesDominoQuery - LotusScript)
Specifies to DQL processing to refresh the full text index for a database prior to query processing using Explain or Execute.
Defined in
Data type
Boolean
Syntax
To get:
Dim refFT as Boolean
refFT = dquery.RefreshFullText
To set:
dquery.RefreshFullText = True
Dim refFT as Boolean refFT = dquery.RefreshFullText
To set: dquery.RefreshFullText = True
Legal values
True or False. Default is False.
Usage
While use of this property is not free in resource usage or time, it is only slightly contentious and guarantees the latest updates are full text indexed prior to query processing.