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
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