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