ConsilioCatalog::ListAttachedIndices (open)

List of indices for this catalog. First returned record is the primary index

Syntax

LOADLIB "mod::consilio/lib/catalogs.whlib";

RECORD ARRAY FUNCTION ListAttachedIndices()

Return value

RECORD ARRAY

List of attached indices

INTEGER id

ID (for update and delete)

INTEGER indexmanager

Id of the indexmanager

STRING indexname

Name of the index on the indexmanager

BOOLEAN isbuiltin

If true, the indexmanager is builtin

BOOLEAN readonly

If true, the attached index is readonly

INTEGER searchpriority

The 'priority' with which to use this indexmanager for searching. Higher priorities get used before lower priorities, priorities zero and lower are ignored for searches.