indexer Command

The indexer BASIC program rebuilds indexes on part or all of the files of the system.

Syntax

indexer {account.name} {(options)}

Parameter(s)

options

a

Uses the active list as the list of files to rebuild indexes.

n

Outputs report without pausing at the bottom of each page.

o

Overrides any existing index.

p

Directs output to system printer via the spooler.

The indexer command rebuilds indexes for:

This command is useful when an account-restore does not finish properly, or is voluntarily preempt.

Example(s)

Rebuilds all indexes in all accounts.

indexer

Rebuilds all indexes in the prod account.

indexer prod

Rebuilds the indexes for the "dm", "prod", and "accounting accounts".

select mds ’dm’ ’prod’ ’accounting’

[404] 3 items selected out of 37 items.

indexer

See Also

account-restore Command, Active List, B-Tree, create-index Command, delete-index Command, verify-index Command