APPLICATION DESIGN
You can either create a full-text index for a database or allow users create a full-text index. If you want to maintain control over creating an index, choose the option "Restrict initial index build to designer or manager."
Refresh time options
To determine when to refresh an individual view, select a "Refresh index" option from the Advanced tab of the View Properties box.
Updates the view every time a user opens a view after the first time.
Updates the view whether or not users ever open the database. With this option, views open more quickly.
Relies on the user to refresh the view. This option is useful for large databases that don't need to stay uptodate. With this option, views open very quickly. Users just press F9 to refresh the view.
Controls how frequently the view index updates. Choose this option for large databases that change fairly often. The view index updates automatically, but no more frequently than the specified interval. When a user opens a database in which changes have been made since the last indexing, the refresh icon appears, and the user can press F9 to refresh the view manually.
If the document-selection formula is time based, refresh the index as often as new documents are added. For example, if the view selects documents once a day, select Auto, at most once every 24 hours, to refresh the view index once daily.
The On Refresh options on the Options tab of the View Properties box determine how users see the changes in a view. The choices are:
Does not show view changes automatically. Instead, the refresh icon appears in the view and users must click the icon to see any changes.
Refreshes the display automatically before showing the view to users.
Updates the view from the top down. This is useful in a reverse chronological display where users are likely to look for changes at the top of the view first.
Updates the view from the bottom up. This is useful in a chronological display where users are likely to look for changes at the bottom of the view first.
To delete indexes automatically for a particular view and save disk space, specify a "Discard index" option from the Advanced tab of the View Properties box. (Note that when users open a view whose index has been discarded, they may have to wait for IBM® Lotus® Domino(TM) to recreate a view index.) These settings override the NOTES.INI setting "Default_Index_Lifetime_Days," which the server administrator sets and which, by default, deletes view indexes after 45 days.
Deletes the view index as soon as the user closes the database. This option saves the most disk space, but the index must be rebuilt the next time the view is opened. Choose this option for views that are used infrequently, but on a predictable basis -- for example, a view that an agent opens only on Friday afternoons.
Deletes a view index if the view hasn't been used in a specified number of days. Domino rebuilds the view index the next time a user opens the database. (This option doesn't affect local databases.) Choose this option for databases that users infrequently or unpredictably need.
Preserves the view index and appends updates to the existing index unless the view is inactive for 45 days, in which case the index is discarded. Because this option takes up more disk space than the other options, use this only for views that users frequently need, so they don't have to wait for a new view index to be created when they open the database.
The Updall (Update All) server task, which runs by default on each server at 2 AM, deletes the view index. Domino deletes the index the first time Updall runs after the index becomes eligible for deletion. For example, if you select "After each use" and the view is used at 10 AM Tuesday, the index is not actually discarded until 2 AM Wednesday.
If you choose to delete the index after one day, Domino waits until the index is at least one day (24 hours) old before deleting it. If the view is used at 10 AM Tuesday, it is only 16 hours old at 2 AM Wednesday when Updall runs, so it is not deleted until the next time Updall runs at 2 AM Thursday.
For more information, see Administering the Domino System.