isNoViews method (DominoQuery - Java)

Returns the current value of the DominoQuery property NoViews, which specifies whether to exclude view processing when satisfying queries. Default is false, perform view processing.

Defined in

DominoQuery

Syntax

public boolean isNoViews () throws NotesException

Parameters

None

Returned value

Boolean noViews

Usage

If true, all query terms that could use NSF scanning do so. Terms with syntax that needs views will cause query processing to fail. To change the value, use setNoViews. Useful to experiment with the most optimal kind of processing within a query’s context. That is, sometimes it is optimal to use NSF scanning. The setting of false is the default.

Language cross-reference

NoViews Property (NotesDominoQuery - LotusScript)