Enabling inline view indexing with INLINE_VIEW_INDEX setting

You can enable inline view indexing with the NOTES.INI setting INLINE_VIEW_INDEX. With this method, you specify a list of databases on a server to enable for inline view indexing. Unlike the Updall method, this method does not update the $Index view design element in databases and so does not propagate view indexing through replication and design inheritance.

About this task

Inline view indexes enabled with the INLINE_VIEW_INDEX setting are referred to as static-enabled inline view indexes.

Procedure

Add the following NOTES.INI setting to the Domino® server.
INLINE_VIEW_INDEX=<database>,<database>

Results

A server restart is not necessary. Inline view indexing is enabled as views are opened.

Example

The following example enables inline view indexing for all views in sales.nsf and marketing.nsf:
INLINE_VIEW_INDEX=sales.nsf,marketing.nsf