Help > Web Development > Object Reference > Appendix > IDBFunction Commands
<a name="kanchor607"></a>IDBFunction Commands
IDBFunction maintenance commands that can be performed against an index.

This section includes the following topics:
CREATETo set up an initial set of index files, or to clear out an existing index file, call IDBFunction with "CREATE" as its parameter.
UPDATETo update an index to match changes in documents, call IDBFunction with "UPDATE" as its parameter.
OPTIMIZETo optimize space and disk utilization, call IDBFunction with OPTIMIZE as its parameter.
REINDEXWhen you need to re-initialize an index from scratch, call IDBFunction with "REINDEX" as its parameter.
PREVIEWWhen you wish to scan an index directory for changed files, call IDBFunction with "PREVIEW" as its parameter.
STATISTICSWhen you wish to gather and report statistics for an index, call IDBFunction with "STATISTICS" as its parameter.
FREQWhen you wish to list word frequency for an index, call IDBFunction with "FREQ" as its parameter.
LISTIf you wish to list all the documents in an index, call IDBFunction with "LIST" as its parameter
COMMONIf you wish to list the common words in an index, call IDBFunction with "COMMON" as its parameter.
VERSIONTo get the complete ISYS version number, call IDBFunction with "VERSION" as its parameter.
USERSTo get the number of active and licensed users, call IDBFunction with "USERS" as its parameter.
ADDTo add documents to the index, call IDBFunction with "ADD" as its parameter.

See Also
IDBFunction