IsRefreshFullText method (DominoQuery - Java)

Returns the current value of the DominoQuery property RefreshFullText. This property controls whether a full text index is refreshed with all database updates prior to a query being executed or explained.

Defined in

DominoQuery

Syntax

public boolean isRefreshFullText () throws NotesException

Parameters

None

Returned value

Boolean RefreshFullText

Usage

If true, a full text index is refreshed with all database updates prior to a query being executed or explained. If false, a full text index is not refreshed prior to a query being executed or explained. To set this property, use the SetRefreshFullText method

Language cross reference

RefreshFullText property (NotesDominoQuery - LotusScript)