Help > Web Development > Object Reference > Object Reference > ISYSIndexer
<a name="kanchor434"></a>ISYSIndexer Object
The ISYSIndexer object is used to request documents be added, removed or updated in the index.
ISYSIndexer Methods
AddDocumentAdd the specified document to the index.
AddDocumentExAdd the specified document to the index, specifying the name, size, date and format.
ExecMethodExecute an internal methods against the Indexer object.
IDBFunctionPerforms the given IDB command on the index.
IDBFunctionExPerform an IDBFunction against the index.
RemoveDocumentRemove the specified document from the index.
RunTransactionRun the specified transaction file against the index.
UpdateDocumentUpdates the named document in the index.
Remarks

It is important to keep your ISYS index up to date to ensure all your data is searchable.

It may be sufficient to schedule updates to run periodically using ISYS Utilities, however, for systems in which it is critical that the most up to date data is searchable, updates need to happen more frequently.

By using the ISYSIndexer object, you can notify the ISYSEngine that particular documents have been added, removed or changed. These updates are then applied in batch every few minutes (this is configurable). This elevates the need to have ISYS Utilities scanning for the new or changed documents.

See Also
Applying ISYSIndexer Updates