Skip to main content

Index actions

List of JSON DB API actions for managing indexes

Abstract

This section lists the JSON actions that manage indexes in a FairCom database. You can use these actions to create, delete, list, and rebuild indexes. These actions work for all FairCom products that include the FairCom database engine.

This section lists the JSON actions that manage indexes in a FairCom database. You can use these actions to create, delete, list, and rebuild indexes. These actions work for all FairCom products that include the FairCom database engine.

Action

Description

"createIndex"

"createIndex" creates an index on one or more fields in a table.

"deleteIndexes"

"deleteIndexes" deletes an index.

"listIndexes"

"listIndexes" lists indexes in the specified database table that the logged-in user can see.

"rebuildIndexes"

"rebuildIndexes" rebuilds all indexes or specified indexes.