DATABASE MANAGEMENT


Creating and updating full-text indexes for single databases
As you create a full-text index for a database, select indexing options and update frequency options carefully, as they can affect server disk space and processing speed.

IBM® Lotus® Domino™ stores the index file in a subdirectory of the directory where the database file is located, usually the Domino data directory. The name of this subdirectory is filename.FT, where filename is the file name of the indexed database -- for example, /EMPLOYEE.FT. The full-text directory must reside in the directory in which the corresponding database resides. The full-text directory must reside in the directory in which the corresponding database resides.

For more information on directory and database links, see the topic Organizing databases with directory and database links.

You must periodically update full-text indexes on servers to keep them synchronized with changes to the databases. When you create an index, you can either accept the default schedule for updating it (nightly at 2 AM) or specify a different schedule. You can modify this setting at any time.

You can also do manual index updates for server databases at any time from the Domino Administrator.

Note Users update full-text indexes for local databases whenever they replicate with the server. Users can also do manual index updates for local databases at any time.

To create one or more indexes

1. From the Domino Administrator, select the server that stores the database or databases you want to index.

2. Click the Files tab.

3. In the Tools pane, make sure that you have at least Designer access in the ACL of any database you want to index.

4. Select one or more databases to index.

5. In the Tools pane, choose Database - Full Text Index.

6. Select Create.

7. (Optional) Select any of the following indexing options (all of which increase index size). Index size is also dependent on the amount of text in the database (non-text elements such as bitmaps, buttons, and agents are not indexed). To check index size after indexing a database, look on the Full Text tab of the Database Properties box.
Indexing optionDescription
Index attached filesIndexes attachments. Also choose either "With found text" to include just the ASCII text of attachments, or "With file filters" to include the full binary content of attachments. Choosing "With found text" creates the index faster than choosing "With file filters," but is less comprehensive.
Index encrypted fieldsIndexes text in encrypted fields.

Caution Selecting this option can compromise system security.

Index sentence and paragraph breaksIncludes sentence and paragraph breaks in addition to word breaks to allow users to do proximity searches.
Enable case sensitive searchesAllows searches by exact case match. This option increases the size of the index by about 15%, as each word must be indexed twice -- for example, apple and Apple.


8. (Optional) Change the default setting for index update frequency. Update frequency options are described in the following table.
Update frequency optionUpdates occurSelect when
Daily (the default)Nightly when the Updall server program runs at 2 AM.

Note To change the time that Updall performs automatic daily index updates, use the ServerTasksAthour setting in the NOTES.INI file.

The database is very large, because updating a large index can take some time.
HourlyEvery hour, as scheduled by the Chronos server task.Frequent changes are made to the database contents. If subsequent monitoring of the database and server reveals slow performance of either, change to another frequency setting.
ImmediateAs soon as possible after you close the database.Very frequent changes are made to the database contents. If subsequent monitoring of the database and server reveals slow performance of either, change to another frequency setting.
ScheduledAs scheduled by a Program document for the Updall server task in the IBM® Lotus® Domino™ Directory.

Note If you select the Scheduled option, you must specify a schedule for Updall in a Program document; otherwise, scheduled updates will not occur.

None of the update frequency options described here meet your needs.
9. Click OK.

10. Inform users that the database or databases are indexed.

See also