![]() | ![]() |
Home |
|
|
Full-Text Search Specialty Data Store User's Guide |
|
| Appendix A: System Procedures |
This appendix describes the Sybase-supplied system procedures used for updating and getting reports from system tables. Table A-1 lists the system procedures included with the Full-Text Search engine.
Procedure | Description |
|---|---|
Removes entries from the text_events table. | |
Cleans up stray indexes. | |
Creates an external text index. | |
Drops text indexes. | |
Removes processed entries from the text_events table. | |
Enhanced version only. Displays text indexes. | |
Enhanced version only. Runs the Verity optimization routines. | |
Changes the status of entries in the text_events table and forces re-indexing of the modified table. | |
Adds an entry to the text_events table for the update to a source table. | |
Displays information about databases or indexes that are currently online. | |
Enhanced version only. Displays or modifies clustering options. | |
Enhanced version only. Displays or modifies Full-Text Search engine configuration parameters. | |
Enhanced version only. Makes a backup copy of the text indexes in a database and optionally dumps the text_db and current databases. | |
Enhanced version only. Terminates all connections to a text index. | |
Enhanced version only. Restores text indexes from a backup. | |
Notifies the Full-Text Search engine that the text_events table has been modified. | |
Makes a database available to Adaptive Server. |
|
| sp_clean_text_events |
|
| sp_clean_text_indexes |
|
| sp_create_text_index |
|
| sp_drop_text_index |
|
| sp_help_text_index |
|
| sp_optimize_text_index |
|
| sp_redo_text_events |
|
| sp_refresh_text_index |
|
| sp_show_text_online |
|
| sp_text_cluster |
|
| sp_text_configure |
|
| sp_text_dump_database |
|
| sp_text_kill |
|
| sp_text_load_index |
|
| sp_text_notify |
|
| sp_text_online |
|
|