Enabling inline view indexing with the Updall task

You can enable inline view indexing with the Updall task which updates the $Index view design element. With this method, inline view indexing is enabled automatically in replicas of a database. In addition, if you enable inline view indexing in a design template, the inline view indexing is enabled automatically in databases that inherit their design from the template.

About this task

Inline view indexes enabled with the Updall task are referred to as design-enabled inline view indexes.

Procedure

Use the following command to use the Updall task to enable inline view indexing for a database. To enable inline view indexing for all views in a database, omit the view argument.

load updall database -T view -inline on

Results

Inline indexing is enabled as a view is opened.

Example

The following example enables inline view indexing for the By Author view in disc9.nsf:

load updall disc9.nsf -T By Author -inline on

The following example enables inline view indexing for all views in disc9.nsf:

load updall disc9.nsf -inline on